3
0
Fork 0
forked from mirrors/nixpkgs

audit: Update to 2.4.2

This commit is contained in:
Eelco Dolstra 2015-06-02 11:55:16 +02:00
parent 7fae300ebc
commit 5b7c6d0440

View file

@ -5,11 +5,11 @@
assert enablePython -> python != null;
stdenv.mkDerivation rec {
name = "audit-2.4.1";
name = "audit-2.4.2";
src = fetchurl {
url = "http://people.redhat.com/sgrubb/audit/${name}.tar.gz";
sha256 = "09ihn392pmac1pyjrs22966csia83yr84hq5ri6sybwj1vx4d4q5";
sha256 = "08j134s4509rxfi3hwsp8yyxzlqqxl8kqgv2rfv6p3qng5pjd80j";
};
buildInputs = [ openldap ]