1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-08 02:38:11 +09:00

logcheck: 1.4.4 -> 1.4.5 (#414654)

This commit is contained in:
Pol Dellaiera 2025-06-07 08:05:16 +02:00 committed by GitHub
commit c459c10641
Signed by: github
GPG key ID: B5690EEEBB952194

View file

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