summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/security/chkrootkit
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-03-21 01:21:14 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-03-21 01:21:14 -0700
commita37a0b56a1f56da4251f53142c14437f87947fe6 (patch)
tree6890f298454e9d98118870eda4e736a9c1bea579 /pkgs/tools/security/chkrootkit
parent213d6dd6ac1e440e95398448dae4bd6cf24989dd (diff)
chkrootkit: 0.52 -> 0.53
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/chkrootkit/versions
Diffstat (limited to 'pkgs/tools/security/chkrootkit')
-rw-r--r--pkgs/tools/security/chkrootkit/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/chkrootkit/default.nix b/pkgs/tools/security/chkrootkit/default.nix
index 0cc026f0c877..1d85ba0b5669 100644
--- a/pkgs/tools/security/chkrootkit/default.nix
+++ b/pkgs/tools/security/chkrootkit/default.nix
@@ -1,11 +1,11 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
- name = "chkrootkit-0.52";
+ name = "chkrootkit-0.53";
src = fetchurl {
url = "ftp://ftp.pangeia.com.br/pub/seg/pac/${name}.tar.gz";
- sha256 = "04d2yxpy99y90rvrlc9fqmlffs6iyfbghxbhvv12j1xfr2ww0y65";
+ sha256 = "1da5ry3p7jb6xs6xlfml1ly09q2rs5q6n5axif17d29k7gixlqkj";
};
# TODO: a lazy work-around for linux build failure ...