audit: 2.7.6 -> 2.7.7

This commit is contained in:
Robin Gloster 2017-08-12 18:13:23 +02:00
parent 4c49205676
commit 4502e61c5d
No known key found for this signature in database
GPG Key ID: 5E4C836C632C2882

View File

@ -5,11 +5,11 @@
assert enablePython -> python != null; assert enablePython -> python != null;
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "audit-2.7.6"; name = "audit-2.7.7";
src = fetchurl { src = fetchurl {
url = "http://people.redhat.com/sgrubb/audit/${name}.tar.gz"; url = "http://people.redhat.com/sgrubb/audit/${name}.tar.gz";
sha256 = "1rqlj15kbyfw4z88z8whf1q2rcg17vs439fvzdds55fwzyf2hrgs"; sha256 = "1vvqw5xgirap0jdmajw7l3pq563aycvy3hlqvj3k2cac8i4jbqlq";
}; };
outputs = [ "bin" "dev" "out" "man" "plugins" ]; outputs = [ "bin" "dev" "out" "man" "plugins" ];