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 5 assert enablePython -> python != null; 6 6 7 7 stdenv.mkDerivation rec { 8 - name = "audit-2.4.2"; 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 - sha256 = "08j134s4509rxfi3hwsp8yyxzlqqxl8kqgv2rfv6p3qng5pjd80j"; 12 + sha256 = "08sfcx8ykcn5jsryil15q8yqm0a8czymyqbb2sqxfc1jbx37zx95"; 13 13 }; 14 14 15 15 buildInputs = [ openldap ]