summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorlewo <lewo@abesis.fr>2018-06-07 15:15:20 +0200
committerGitHub <noreply@github.com>2018-06-07 15:15:20 +0200
commit1c185de204535d090a7d5f6376e4375d2f525b05 (patch)
tree1f0f055d770b70fecc1c54f2d8f8d6c6c63f4c5a /pkgs
parent0b41fa32d1d250cd7f6df88e9c4c868440a03f85 (diff)
parent632b00f0c975a338873594574702892d95b27fa7 (diff)
downloadnixlib-1c185de204535d090a7d5f6376e4375d2f525b05.tar
nixlib-1c185de204535d090a7d5f6376e4375d2f525b05.tar.gz
nixlib-1c185de204535d090a7d5f6376e4375d2f525b05.tar.bz2
nixlib-1c185de204535d090a7d5f6376e4375d2f525b05.tar.lz
nixlib-1c185de204535d090a7d5f6376e4375d2f525b05.tar.xz
nixlib-1c185de204535d090a7d5f6376e4375d2f525b05.tar.zst
nixlib-1c185de204535d090a7d5f6376e4375d2f525b05.zip
Merge pull request #41542 from r-ryantm/auto-update/logcheck
logcheck: 1.3.18 -> 1.3.19
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/system/logcheck/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/logcheck/default.nix b/pkgs/tools/system/logcheck/default.nix
index f27a0cbcb999..0f2de9888e44 100644
--- a/pkgs/tools/system/logcheck/default.nix
+++ b/pkgs/tools/system/logcheck/default.nix
@@ -2,12 +2,12 @@
 
 stdenv.mkDerivation rec {
   name = "logcheck-${version}";
-  version = "1.3.18";
+  version = "1.3.19";
   _name    = "logcheck_${version}";
 
   src = fetchurl {
     url = "mirror://debian/pool/main/l/logcheck/${_name}.tar.xz";
-    sha256 = "1x4skb5nmv2xj8cygj8pq1rd1ws4m2fsibw54yslgdyjri4r2yq7";
+    sha256 = "1a9ccy92lg1lnx86di6i1wpdv4ccf5w7gials2iyq5915c4lqa86";
   };
 
   prePatch = ''