mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
audit: 2.4.2 -> 2.4.4
This commit is contained in:
parent
dec8e299f5
commit
2d5dd06fbb
@ -5,11 +5,11 @@
|
|||||||
assert enablePython -> python != null;
|
assert enablePython -> python != null;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "audit-2.4.2";
|
name = "audit-2.4.4";
|
||||||
|
|
||||||
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 = "08j134s4509rxfi3hwsp8yyxzlqqxl8kqgv2rfv6p3qng5pjd80j";
|
sha256 = "08sfcx8ykcn5jsryil15q8yqm0a8czymyqbb2sqxfc1jbx37zx95";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ openldap ]
|
buildInputs = [ openldap ]
|
||||||
|
Loading…
Reference in New Issue
Block a user