trivy: 0.60.0 -> 0.61.0 (#394233)

This commit is contained in:
Fabian Affolter
2025-03-29 12:19:39 +01:00
committed by GitHub
+3 -3
View File
@@ -11,19 +11,19 @@
buildGo124Module rec {
pname = "trivy";
version = "0.60.0";
version = "0.61.0";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = "trivy";
tag = "v${version}";
hash = "sha256-9JArivz+4GWfU2R7e4pFI/cWJgNFhMj/cQ09a4ESoy8=";
hash = "sha256-SC/EYozsPdqummWBCrQi852rHk6TAMnzxyn0FzwjJ6w=";
};
# Hash mismatch on across Linux and Darwin
proxyVendor = true;
vendorHash = "sha256-EF2oq3iYVhdeXjAYYLqtcF0OwDh6vgDay1y8z5w/S4k=";
vendorHash = "sha256-cQPfZnLDNqMfunBr0xa45H/Trh9+EvdDdiYrjZsOyF0=";
subPackages = [ "cmd/trivy" ];