mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
audit: Update to 2.4.2
This commit is contained in:
parent
7fae300ebc
commit
5b7c6d0440
@ -5,11 +5,11 @@
|
|||||||
assert enablePython -> python != null;
|
assert enablePython -> python != null;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "audit-2.4.1";
|
name = "audit-2.4.2";
|
||||||
|
|
||||||
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 = "09ihn392pmac1pyjrs22966csia83yr84hq5ri6sybwj1vx4d4q5";
|
sha256 = "08j134s4509rxfi3hwsp8yyxzlqqxl8kqgv2rfv6p3qng5pjd80j";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ openldap ]
|
buildInputs = [ openldap ]
|
||||||
|
Loading…
Reference in New Issue
Block a user