Skip to content

Commit 2e1217f

Browse files
committedMar 9, 2019
aide: 0.16 -> 0.16.1
1 parent d20f21d commit 2e1217f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/tools/security/aide/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
stdenv.mkDerivation rec {
44
name = "aide-${version}";
5-
version = "0.16";
5+
version = "0.16.1";
66

77
src = fetchurl {
8-
url = "mirror://sourceforge/aide/${version}/aide-${version}.tar.gz";
9-
sha256 = "0ibkv4z2gk14fn014kq13rp2ysiq6nn2cflv2q5i7zf466hm6758";
8+
url = "https://github.com/aide/aide/releases/download/v${version}/${name}.tar.gz";
9+
sha256 = "1dqhc0c24wa4zid06pfy61k357yvzh28ij86bk9jf6hcqzn7qaqg";
1010
};
1111

1212
buildInputs = [ flex bison libmhash zlib acl attr libselinux pcre ];

0 commit comments

Comments
 (0)
Please sign in to comment.