0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

trivy: 0.58.1 -> 0.58.2 (#373730)

This commit is contained in:
Nick Cao 2025-01-14 10:19:34 -05:00 committed by GitHub
commit ceb3b6fb36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,19 +11,19 @@
buildGoModule rec { buildGoModule rec {
pname = "trivy"; pname = "trivy";
version = "0.58.1"; version = "0.58.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "aquasecurity"; owner = "aquasecurity";
repo = "trivy"; repo = "trivy";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-YKeNIi6PBIfzd/Kuv5cgxeAEbqfFXWwmK9JTOBsRLsw="; hash = "sha256-td0FYnrfq+bBpH3YdNbLJp3MG6hiGD5fU77+sO6HP9k=";
}; };
# Hash mismatch on across Linux and Darwin # Hash mismatch on across Linux and Darwin
proxyVendor = true; proxyVendor = true;
vendorHash = "sha256-e5tNyV5EHYlXS0EPvEEjHEOaH/jY8yQ8hT7vK8FOvkI="; vendorHash = "sha256-6RUPSYSvhGqtnX/eeOtIdBZVsv+faGOimYt74f598qM=";
subPackages = [ "cmd/trivy" ]; subPackages = [ "cmd/trivy" ];