Merge pull request #242455 from fabaff/trivy-bump
trivy: 0.43.0 -> 0.43.1
This commit is contained in:
commit
6ab1a8cd7c
1 changed files with 3 additions and 3 deletions
|
@ -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" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue