1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

aide: 0.16.1 -> 0.16.2

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/aide/versions
This commit is contained in:
R. RyanTM 2019-05-31 20:29:11 -07:00
parent 97aba37876
commit b6dd281f54

View file

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