trivy: 0.65.0 -> 0.66.0 (#439729)

This commit is contained in:
Fabian Affolter
2025-09-03 01:02:13 +02:00
committed by GitHub
+3 -3
View File
@@ -11,19 +11,19 @@
buildGo124Module rec {
pname = "trivy";
version = "0.65.0";
version = "0.66.0";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = "trivy";
tag = "v${version}";
hash = "sha256-xOYLIBLy+0avsTp+Sind6IJc9O17aF4inRNnhuHwz1M=";
hash = "sha256-Kn28mUdCi/8FPrAa0UbfOaBlzkaGc9daYOR93t+n2uY=";
};
# Hash mismatch on across Linux and Darwin
proxyVendor = true;
vendorHash = "sha256-2O0zmPgXL0FZbnzEME8pBPizhWcCgKOukoNJhDhjCrQ=";
vendorHash = "sha256-FabIeFGUX55zyMtGadHKGbJ7awlHgNzfO2IiiFKmIc4=";
subPackages = [ "cmd/trivy" ];