summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-06 00:30:17 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-06 00:30:17 -0700
commit632b00f0c975a338873594574702892d95b27fa7 (patch)
treecb91138d019640326b6e82de542767f381721024 /pkgs
parent8414fa2d6bb1249ed77565ff6b9f312fd52917da (diff)
downloadnixlib-632b00f0c975a338873594574702892d95b27fa7.tar
nixlib-632b00f0c975a338873594574702892d95b27fa7.tar.gz
nixlib-632b00f0c975a338873594574702892d95b27fa7.tar.bz2
nixlib-632b00f0c975a338873594574702892d95b27fa7.tar.lz
nixlib-632b00f0c975a338873594574702892d95b27fa7.tar.xz
nixlib-632b00f0c975a338873594574702892d95b27fa7.tar.zst
nixlib-632b00f0c975a338873594574702892d95b27fa7.zip
logcheck: 1.3.18 -> 1.3.19
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.

These checks were done:

- built on NixOS
- /nix/store/mvacp7nmvc8fg9jyrspb3if7x22wwa9p-logcheck-1.3.19/bin/logcheck-test passed the binary check.
- /nix/store/mvacp7nmvc8fg9jyrspb3if7x22wwa9p-logcheck-1.3.19/bin/logcheck passed the binary check.
- Warning: no invocation of /nix/store/mvacp7nmvc8fg9jyrspb3if7x22wwa9p-logcheck-1.3.19/bin/logtail had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/mvacp7nmvc8fg9jyrspb3if7x22wwa9p-logcheck-1.3.19/bin/logtail2 had a zero exit code or showed the expected version
- 2 of 4 passed binary check by having a zero exit code.
- 0 of 4 passed binary check by having the new version present in output.
- found 1.3.19 with grep in /nix/store/mvacp7nmvc8fg9jyrspb3if7x22wwa9p-logcheck-1.3.19
- directory tree listing: https://gist.github.com/8e0cb190715df3e41d3fe55fb5ea865f
- du listing: https://gist.github.com/42a702aaffbc35973caa3cde9f16868a
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 = ''