trivy: 0.59.1 -> 0.60.0 (#387276)

This commit is contained in:
Fabian Affolter
2025-03-06 11:21:37 +01:00
committed by GitHub
+5 -5
View File
@@ -2,28 +2,28 @@
lib,
stdenv,
buildPackages,
buildGoModule,
buildGo124Module,
fetchFromGitHub,
installShellFiles,
testers,
trivy,
}:
buildGoModule rec {
buildGo124Module rec {
pname = "trivy";
version = "0.59.1";
version = "0.60.0";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = "trivy";
tag = "v${version}";
hash = "sha256-G3VLZTA/wYFWSP47l1aCnswTrr0YpX05ThMy90cZ+w4=";
hash = "sha256-9JArivz+4GWfU2R7e4pFI/cWJgNFhMj/cQ09a4ESoy8=";
};
# Hash mismatch on across Linux and Darwin
proxyVendor = true;
vendorHash = "sha256-kRKGX3hRbjLb/thhFcX4/y1ty0EGME63VGOsPaUcZKc=";
vendorHash = "sha256-EF2oq3iYVhdeXjAYYLqtcF0OwDh6vgDay1y8z5w/S4k=";
subPackages = [ "cmd/trivy" ];