mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
Merge pull request #62343 from r-ryantm/auto-update/aide
aide: 0.16.1 -> 0.16.2
This commit is contained in:
commit
ab421c0dc7
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "aide-${version}";
|
name = "aide-${version}";
|
||||||
version = "0.16.1";
|
version = "0.16.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/aide/aide/releases/download/v${version}/${name}.tar.gz";
|
url = "https://github.com/aide/aide/releases/download/v${version}/${name}.tar.gz";
|
||||||
sha256 = "1dqhc0c24wa4zid06pfy61k357yvzh28ij86bk9jf6hcqzn7qaqg";
|
sha256 = "15xp47sz7kk1ciffw3f5xw2jg2mb2lqrbr3q6p4bkbz5dap9iy8p";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ flex bison libmhash zlib acl attr libselinux pcre ];
|
buildInputs = [ flex bison libmhash zlib acl attr libselinux pcre ];
|
||||||
|
Loading…
Reference in New Issue
Block a user