Fabian Affolter 2025-07-05 11:01:09 +02:00
parent 7a80c0947c
commit a549d1f649

View File

@ -11,19 +11,19 @@
buildGo124Module rec {
pname = "trivy";
version = "0.63.0";
version = "0.64.1";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = "trivy";
tag = "v${version}";
hash = "sha256-e1T4z0L1poPzZgq8ooBmXiA+d+aTaf9bE09Rx2yFk68=";
hash = "sha256-RNqbBh0PgpJruWIENAdjUDKsuConXxtSzKv4261rKmk=";
};
# Hash mismatch on across Linux and Darwin
proxyVendor = true;
vendorHash = "sha256-lp5rajoeGR+nLO8EOLPdRLz0r19nGq2YNSjba8Zpq9E=";
vendorHash = "sha256-e8742QO20n8hVtCXG5r+HOED8ccj/Pr3qbcndP94Nps=";
subPackages = [ "cmd/trivy" ];