Merge pull request #58005 from r-ryantm/auto-update/audit
audit: 2.8.4 -> 2.8.5
This commit is contained in:
commit
4ab05c5aca
1 changed files with 2 additions and 2 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue