mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
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:
parent
a0376d4666
commit
ba99563020
@ -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";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user