Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-03-03 06:17:28 +00:00
committed by GitHub
36 changed files with 194 additions and 152 deletions
+2 -2
View File
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "aide";
version = "0.17";
version = "0.17.1";
src = fetchurl {
url = "https://github.com/aide/aide/releases/download/v${version}/${pname}-${version}.tar.gz";
sha256 = "sha256-T9iNHV3ccMaYxlGeu8BcjTLD9tgTe7/e/q66r9bbhns=";
sha256 = "sha256-pAHJUZOPEWnOrshozjWUc26JxciBV4wmPYqCSgawAC0=";
};
buildInputs = [ flex bison libmhash zlib acl attr libselinux pcre ];