3
0
Fork 0
forked from mirrors/nixpkgs

trivy: 0.34.0 -> 0.35.0

This commit is contained in:
R. Ryantm 2022-11-30 03:20:04 +00:00
parent 35f080bb18
commit f0a546f4c2

View file

@ -5,17 +5,17 @@
buildGoModule rec {
pname = "trivy";
version = "0.34.0";
version = "0.35.0";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
sha256 = "sha256-6xALedNX37+xUhvsVz7lWgqDppK0b3avUJ3zA6W2n6M=";
sha256 = "sha256-0lEKXCQ7os6hyqEuugNI8ogZiqJZq58VGafEKrcmV3I=";
};
# hash missmatch on across linux and darwin
proxyVendor = true;
vendorSha256 = "sha256-CBsu2p66XgpeInKw/F6f6ULyoLc6cTtlXzNv3fI41YU=";
vendorSha256 = "sha256-cl6EShtXhe72fbKIMbma9pEGLPBVSNZMiHWi94BbkMM=";
excludedPackages = "misc";