audit: 2.4.4 -> 2.6.6

This commit is contained in:
Franz Pletz 2016-08-25 01:34:00 +02:00
parent 7897e913f7
commit 29ec1c6b09

View File

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