logcheck: 1.4.3 -> 1.4.4

This commit is contained in:
R. Ryantm 2025-05-05 10:04:44 +00:00
parent 24ea8a988d
commit 7dcfedb8b5

View file

@ -8,12 +8,12 @@
stdenv.mkDerivation rec {
pname = "logcheck";
version = "1.4.3";
version = "1.4.4";
_name = "logcheck_${version}";
src = fetchurl {
url = "mirror://debian/pool/main/l/logcheck/${_name}.tar.xz";
sha256 = "sha256-rYOugL14C9rl7v1ArVmj6XuFrTpJYqp8ANmO073/zdA=";
sha256 = "sha256-1A4aknB+GVgc3F8VlqVtJjlvGLBhYS6E+w+9lXvAOGQ=";
};
prePatch = ''