Fabian Affolter
2025-04-24 11:42:42 +02:00
parent 0bb7fed9d8
commit c249979afd
+3 -3
View File
@@ -11,19 +11,19 @@
buildGo124Module rec {
pname = "trivy";
version = "0.61.0";
version = "0.61.1";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = "trivy";
tag = "v${version}";
hash = "sha256-SC/EYozsPdqummWBCrQi852rHk6TAMnzxyn0FzwjJ6w=";
hash = "sha256-T9CjvRmqUAOpDLidYGDyE5L36yPJ3OfZGhvyVuZe5n8=";
};
# Hash mismatch on across Linux and Darwin
proxyVendor = true;
vendorHash = "sha256-cQPfZnLDNqMfunBr0xa45H/Trh9+EvdDdiYrjZsOyF0=";
vendorHash = "sha256-Qs+E/PtV5hQnfTwBWMkuLTjfWQLAo8ASFHEfFZ9H7AQ=";
subPackages = [ "cmd/trivy" ];