tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
audit: 2.4.2 -> 2.4.4
William A. Kennington III
10 years ago
2d5dd06f
dec8e299
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
audit
default.nix
+2
-2
pkgs/os-specific/linux/audit/default.nix
···
5
5
assert enablePython -> python != null;
6
6
7
7
stdenv.mkDerivation rec {
8
8
-
name = "audit-2.4.2";
8
8
+
name = "audit-2.4.4";
9
9
10
10
src = fetchurl {
11
11
url = "http://people.redhat.com/sgrubb/audit/${name}.tar.gz";
12
12
-
sha256 = "08j134s4509rxfi3hwsp8yyxzlqqxl8kqgv2rfv6p3qng5pjd80j";
12
12
+
sha256 = "08sfcx8ykcn5jsryil15q8yqm0a8czymyqbb2sqxfc1jbx37zx95";
13
13
};
14
14
15
15
buildInputs = [ openldap ]