summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-01-28 23:36:21 -0500
committerGitHub <noreply@github.com>2021-01-28 23:36:21 -0500
commit88c04b293c817f3a48816101a3acae6c89aa55ea (patch)
tree087567ca0615193dc1049fe9e165e885ff038c62 /pkgs
parent76408369253173577b1c9db52448399a9cdef3b4 (diff)
parent9c91a1fe62e3696bff60bbed5a4487b210d225dc (diff)
Merge pull request #111050 from r-ryantm/auto-update/aide
aide: 0.16.2 -> 0.17
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/security/aide/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/aide/default.nix b/pkgs/tools/security/aide/default.nix
index 49291775e379..8993208e16ec 100644
--- a/pkgs/tools/security/aide/default.nix
+++ b/pkgs/tools/security/aide/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "aide";
- version = "0.16.2";
+ version = "0.17";
src = fetchurl {
url = "https://github.com/aide/aide/releases/download/v${version}/${pname}-${version}.tar.gz";
- sha256 = "15xp47sz7kk1ciffw3f5xw2jg2mb2lqrbr3q6p4bkbz5dap9iy8p";
+ sha256 = "sha256-T9iNHV3ccMaYxlGeu8BcjTLD9tgTe7/e/q66r9bbhns=";
};
buildInputs = [ flex bison libmhash zlib acl attr libselinux pcre ];