We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent d20f21d commit 2e1217fCopy full SHA for 2e1217f
pkgs/tools/security/aide/default.nix
@@ -2,11 +2,11 @@
2
3
stdenv.mkDerivation rec {
4
name = "aide-${version}";
5
- version = "0.16";
+ version = "0.16.1";
6
7
src = fetchurl {
8
- url = "mirror://sourceforge/aide/${version}/aide-${version}.tar.gz";
9
- sha256 = "0ibkv4z2gk14fn014kq13rp2ysiq6nn2cflv2q5i7zf466hm6758";
+ url = "https://github.com/aide/aide/releases/download/v${version}/${name}.tar.gz";
+ sha256 = "1dqhc0c24wa4zid06pfy61k357yvzh28ij86bk9jf6hcqzn7qaqg";
10
};
11
12
buildInputs = [ flex bison libmhash zlib acl attr libselinux pcre ];
0 commit comments