Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

aide: 0.16 -> 0.16.1

(cherry picked from commit 2e1217fb48615a9ec43a6aa50e89360ba553d82c)

+3 -3
+3 -3
pkgs/tools/security/aide/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 name = "aide-${version}"; 5 - version = "0.16"; 6 7 src = fetchurl { 8 - url = "mirror://sourceforge/aide/${version}/aide-${version}.tar.gz"; 9 - sha256 = "0ibkv4z2gk14fn014kq13rp2ysiq6nn2cflv2q5i7zf466hm6758"; 10 }; 11 12 buildInputs = [ flex bison libmhash zlib acl attr libselinux pcre ];
··· 2 3 stdenv.mkDerivation rec { 4 name = "aide-${version}"; 5 + version = "0.16.1"; 6 7 src = fetchurl { 8 + url = "https://github.com/aide/aide/releases/download/v${version}/${name}.tar.gz"; 9 + sha256 = "1dqhc0c24wa4zid06pfy61k357yvzh28ij86bk9jf6hcqzn7qaqg"; 10 }; 11 12 buildInputs = [ flex bison libmhash zlib acl attr libselinux pcre ];