about summary refs log tree commit diff
path: root/pkgs/tools/security/chkrootkit
diff options
context:
space:
mode:
authorTom Hunger <tehunger@gmail.com>2015-10-15 09:56:22 +0100
committerTom Hunger <tehunger@gmail.com>2015-10-15 09:56:22 +0100
commitba995630209ff9fa0908d0522cc03b5982d5aabb (patch)
tree675dcda76e8e7b4a4dfc893c52fa7d7a9adef21e /pkgs/tools/security/chkrootkit
parenta0376d4666c9933428c9511076ed468129183973 (diff)
Use versioned tarball URL for chkrootkit.
Pointing at the latest version is fragile: Hash updates don't
follow source updates automatically.
Diffstat (limited to 'pkgs/tools/security/chkrootkit')
-rw-r--r--pkgs/tools/security/chkrootkit/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/chkrootkit/default.nix b/pkgs/tools/security/chkrootkit/default.nix
index 36a203a7b5078..2dad4b3e43aa4 100644
--- a/pkgs/tools/security/chkrootkit/default.nix
+++ b/pkgs/tools/security/chkrootkit/default.nix
@@ -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";
   };