trivy: 0.33.0 -> 0.34.0

This commit is contained in:
R. Ryantm 2022-11-01 09:05:48 +00:00
parent afcb9e9c28
commit 8b054c62e7

View File

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