Merge pull request #10397 from teh/master

Use versioned tarball URL for chkrootkit.
This commit is contained in:
Pascal Wittmann 2015-10-15 11:24:06 +02:00
commit b3bce93ab2

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";
};