Merge pull request #58005 from r-ryantm/auto-update/audit

audit: 2.8.4 -> 2.8.5
This commit is contained in:
Ryan Mulligan 2019-04-08 07:14:53 -07:00 committed by GitHub
commit 4ab05c5aca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,11 +6,11 @@
assert enablePython -> python != null;
stdenv.mkDerivation rec {
name = "audit-2.8.4";
name = "audit-2.8.5";
src = fetchurl {
url = "https://people.redhat.com/sgrubb/audit/${name}.tar.gz";
sha256 = "0f4ci6ffznnmgblwgv7ich9mjfk3p6y5l6m6h3chhmzw156nj454";
sha256 = "1dzcwb2q78q7x41shcachn7f4aksxbxd470yk38zh03fch1l2p8f";
};
outputs = [ "bin" "dev" "out" "man" ];