about summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-03-27 15:08:02 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2019-03-27 23:08:02 +0100
commitbaa5d17a06d4b6496fc2b7a366c7e5fdba8a9782 (patch)
tree4721e365cfbd31b4491c4b8cdab216b71888427b /pkgs/tools/system
parent485bde18dcbbb50320c337f126ac84a9c41c0941 (diff)
downloadnixlib-baa5d17a06d4b6496fc2b7a366c7e5fdba8a9782.tar
nixlib-baa5d17a06d4b6496fc2b7a366c7e5fdba8a9782.tar.gz
nixlib-baa5d17a06d4b6496fc2b7a366c7e5fdba8a9782.tar.bz2
nixlib-baa5d17a06d4b6496fc2b7a366c7e5fdba8a9782.tar.lz
nixlib-baa5d17a06d4b6496fc2b7a366c7e5fdba8a9782.tar.xz
nixlib-baa5d17a06d4b6496fc2b7a366c7e5fdba8a9782.tar.zst
nixlib-baa5d17a06d4b6496fc2b7a366c7e5fdba8a9782.zip
logcheck: 1.3.19 -> 1.3.20 (#57307)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/logcheck/versions
Diffstat (limited to 'pkgs/tools/system')
-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 25a9660aed90..4ec34a68122c 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.19";
+  version = "1.3.20";
   _name    = "logcheck_${version}";
 
   src = fetchurl {
     url = "mirror://debian/pool/main/l/logcheck/${_name}.tar.xz";
-    sha256 = "1a9ccy92lg1lnx86di6i1wpdv4ccf5w7gials2iyq5915c4lqa86";
+    sha256 = "1rmkvxhcwr9gb6z4dlgr6rrx5l70hshlxdggs6qx0w1ljcmx1dlz";
   };
 
   prePatch = ''