mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
audit: 2.4.4 -> 2.6.6
This commit is contained in:
parent
7897e913f7
commit
29ec1c6b09
@ -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 ]
|
||||
|
Loading…
Reference in New Issue
Block a user