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:
parent
485bde18dc
commit
baa5d17a06
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "logcheck-${version}";
|
name = "logcheck-${version}";
|
||||||
version = "1.3.19";
|
version = "1.3.20";
|
||||||
_name = "logcheck_${version}";
|
_name = "logcheck_${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://debian/pool/main/l/logcheck/${_name}.tar.xz";
|
url = "mirror://debian/pool/main/l/logcheck/${_name}.tar.xz";
|
||||||
sha256 = "1a9ccy92lg1lnx86di6i1wpdv4ccf5w7gials2iyq5915c4lqa86";
|
sha256 = "1rmkvxhcwr9gb6z4dlgr6rrx5l70hshlxdggs6qx0w1ljcmx1dlz";
|
||||||
};
|
};
|
||||||
|
|
||||||
prePatch = ''
|
prePatch = ''
|
||||||
|
|
Loading…
Reference in New Issue