logcheck: 1.3.22 -> 1.3.23

This commit is contained in:
R. RyanTM 2021-04-30 19:49:55 +00:00
parent c47fc06de1
commit d25741e707

View File

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "logcheck";
version = "1.3.22";
version = "1.3.23";
_name = "logcheck_${version}";
src = fetchurl {
url = "mirror://debian/pool/main/l/logcheck/${_name}.tar.xz";
sha256 = "sha256-e7XeRNlFsexlVskK2OnLTmNV/ES2xWU+/+AElexV6E4=";
sha256 = "sha256-ohiLpUn/9EEsggdLJxiE/2bSXz/bKkGRboF85naFWyk=";
};
prePatch = ''