trivy: 0.42.0 -> 0.42.1

This commit is contained in:
R. Ryantm 2023-06-09 17:01:41 +00:00
parent 7b403f04f5
commit 5372429b00

View file

@ -5,17 +5,17 @@
buildGoModule rec {
pname = "trivy";
version = "0.42.0";
version = "0.42.1";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
sha256 = "sha256-TmtQ7rs77W6YFjh3y9kvIZabcGT6U/SCr5Hg6pa7K+s=";
sha256 = "sha256-QEjhnZmrmVzNG1/Zj8z/76v0Fb1N0rMYlvGb2pid2VM=";
};
# hash missmatch on across linux and darwin
proxyVendor = true;
vendorHash = "sha256-4YUJ4HfbAvYt/QtI9wmh8326T4avIXCtPkICo4lEpqQ=";
vendorHash = "sha256-bEmp3Fq9Zop3YCbZH4lOG71osY0P71xuhpIPOUSnHSY=";
excludedPackages = [ "magefiles" "misc" ];