Merge pull request #111050 from r-ryantm/auto-update/aide

aide: 0.16.2 -> 0.17
This commit is contained in:
Mario Rodas 2021-01-28 23:36:21 -05:00 committed by GitHub
commit 88c04b293c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "aide";
version = "0.16.2";
version = "0.17";
src = fetchurl {
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 ];