Merge pull request #166567 from 06kellyjac/trivy

trivy: 0.24.4 -> 0.25.0
This commit is contained in:
Fabian Affolter 2022-03-31 21:26:03 +02:00 committed by GitHub
commit 0e79e5763e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "trivy";
version = "0.24.4";
version = "0.25.0";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
sha256 = "sha256-IroWxLfDVkS6mFweQioOxjSBA1yXrcdtqFG0W+Sb8Sc=";
sha256 = "sha256-jlLE8io7/Yhu0rF7brV9YhDIsZBANZtatnWbgoHMReg=";
};
vendorSha256 = "sha256-OGwqRrhj/+oCCaXnb2s4N6a+vhTZHwe2HidAn0UaFXM=";
vendorSha256 = "sha256-hOurOL7xowgBs9gXa++X7+iOKJJ6WjekGGFiR9Q0OEU=";
excludedPackages = "misc";

View File

@ -5156,7 +5156,9 @@ with pkgs;
tridactyl-native = callPackage ../tools/networking/tridactyl-native { };
trivy = callPackage ../tools/admin/trivy { };
trivy = callPackage ../tools/admin/trivy {
buildGoModule = buildGo118Module;
};
trompeloeil = callPackage ../development/libraries/trompeloeil { };