aide: 0.17 -> 0.17.1
This commit is contained in:
parent
b1e00e453b
commit
a1839871b4
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "aide";
|
pname = "aide";
|
||||||
version = "0.17";
|
version = "0.17.1";
|
||||||
|
|
||||||
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 = "sha256-T9iNHV3ccMaYxlGeu8BcjTLD9tgTe7/e/q66r9bbhns=";
|
sha256 = "sha256-pAHJUZOPEWnOrshozjWUc26JxciBV4wmPYqCSgawAC0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
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