Merge pull request #111050 from r-ryantm/auto-update/aide
aide: 0.16.2 -> 0.17
This commit is contained in:
commit
88c04b293c
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "aide";
|
pname = "aide";
|
||||||
version = "0.16.2";
|
version = "0.17";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/aide/aide/releases/download/v${version}/${pname}-${version}.tar.gz";
|
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 ];
|
buildInputs = [ flex bison libmhash zlib acl attr libselinux pcre ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user