mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-27 23:33:30 +00:00
Merge pull request #121319 from r-ryantm/auto-update/logcheck
This commit is contained in:
commit
2f6fc07a5f
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "logcheck";
|
pname = "logcheck";
|
||||||
version = "1.3.22";
|
version = "1.3.23";
|
||||||
_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 = "sha256-e7XeRNlFsexlVskK2OnLTmNV/ES2xWU+/+AElexV6E4=";
|
sha256 = "sha256-ohiLpUn/9EEsggdLJxiE/2bSXz/bKkGRboF85naFWyk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
prePatch = ''
|
prePatch = ''
|
||||||
@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
|
|||||||
Logcheck was part of the Abacus Project of security tools, but this version has been rewritten.
|
Logcheck was part of the Abacus Project of security tools, but this version has been rewritten.
|
||||||
'';
|
'';
|
||||||
homepage = "https://salsa.debian.org/debian/logcheck";
|
homepage = "https://salsa.debian.org/debian/logcheck";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2plus;
|
||||||
maintainers = [ maintainers.bluescreen303 ];
|
maintainers = [ maintainers.bluescreen303 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user