Fabian Affolter
2023-07-03 23:13:42 +02:00
parent 14cebe2250
commit c337948bea
+3 -3
View File
@@ -5,17 +5,17 @@
buildGoModule rec {
pname = "trivy";
version = "0.42.1";
version = "0.43.0";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
sha256 = "sha256-QEjhnZmrmVzNG1/Zj8z/76v0Fb1N0rMYlvGb2pid2VM=";
sha256 = "sha256-I1r164dkrgs7VYF+xSjWid9Sy2oJLVjiLqb9SimKsIo=";
};
# hash missmatch on across linux and darwin
proxyVendor = true;
vendorHash = "sha256-bEmp3Fq9Zop3YCbZH4lOG71osY0P71xuhpIPOUSnHSY=";
vendorHash = "sha256-+3h95Ita0Kg1QFkstblaMerDa1MaTmwCmZQle5vhZbY=";
excludedPackages = [ "magefiles" "misc" ];