Merge pull request #242455 from fabaff/trivy-bump

trivy: 0.43.0 -> 0.43.1
This commit is contained in:
Nick Cao 2023-07-09 20:26:11 +08:00 committed by GitHub
commit 6ab1a8cd7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,17 +5,17 @@
buildGoModule rec { buildGoModule rec {
pname = "trivy"; pname = "trivy";
version = "0.43.0"; version = "0.43.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "aquasecurity"; owner = "aquasecurity";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-I1r164dkrgs7VYF+xSjWid9Sy2oJLVjiLqb9SimKsIo="; sha256 = "sha256-fpCPYqAuppEffoSVf2c3xMB1MhTBhn6xhbxPZ03PdI0=";
}; };
# hash missmatch on across linux and darwin # hash missmatch on across linux and darwin
proxyVendor = true; proxyVendor = true;
vendorHash = "sha256-+3h95Ita0Kg1QFkstblaMerDa1MaTmwCmZQle5vhZbY="; vendorHash = "sha256-9aHekHHnh9WOqelzNbwflg1/2VFl129WIXPWhdPnar4=";
excludedPackages = [ "magefiles" "misc" ]; excludedPackages = [ "magefiles" "misc" ];