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
This commit is contained in:
R. RyanTM 2019-03-27 15:08:02 -07:00 committed by xeji
parent 485bde18dc
commit baa5d17a06
1 changed files with 2 additions and 2 deletions

View File

@ -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 = ''