3
0
Fork 0
forked from mirrors/nixpkgs

Use versioned tarball URL for chkrootkit.

Pointing at the latest version is fragile: Hash updates don't
follow source updates automatically.
This commit is contained in:
Tom Hunger 2015-10-15 09:56:22 +01:00
parent a0376d4666
commit ba99563020

View file

@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "chkrootkit-0.50";
src = fetchurl {
url = ftp://ftp.pangeia.com.br/pub/seg/pac/chkrootkit.tar.gz;
url = ftp://ftp.pangeia.com.br/pub/seg/pac/chkrootkit-0.50.tar.gz;
sha256 = "1ivclp7ixndacjmf7xgj8lfa6h7ihx44mzzsapqdvf0c5f9gqj4m";
};