Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

audit: 2.4.2 -> 2.4.4

+2 -2
+2 -2
pkgs/os-specific/linux/audit/default.nix
··· 5 assert enablePython -> python != null; 6 7 stdenv.mkDerivation rec { 8 - name = "audit-2.4.2"; 9 10 src = fetchurl { 11 url = "http://people.redhat.com/sgrubb/audit/${name}.tar.gz"; 12 - sha256 = "08j134s4509rxfi3hwsp8yyxzlqqxl8kqgv2rfv6p3qng5pjd80j"; 13 }; 14 15 buildInputs = [ openldap ]
··· 5 assert enablePython -> python != null; 6 7 stdenv.mkDerivation rec { 8 + name = "audit-2.4.4"; 9 10 src = fetchurl { 11 url = "http://people.redhat.com/sgrubb/audit/${name}.tar.gz"; 12 + sha256 = "08sfcx8ykcn5jsryil15q8yqm0a8czymyqbb2sqxfc1jbx37zx95"; 13 }; 14 15 buildInputs = [ openldap ]