Skip to content

Commit

Permalink
trivy: 0.58.1 -> 0.58.2 (NixOS#373730)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Jan 14, 2025
2 parents 0529925 + e09179f commit ceb3b6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/tr/trivy/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@

buildGoModule rec {
pname = "trivy";
version = "0.58.1";
version = "0.58.2";

src = fetchFromGitHub {
owner = "aquasecurity";
repo = "trivy";
tag = "v${version}";
hash = "sha256-YKeNIi6PBIfzd/Kuv5cgxeAEbqfFXWwmK9JTOBsRLsw=";
hash = "sha256-td0FYnrfq+bBpH3YdNbLJp3MG6hiGD5fU77+sO6HP9k=";
};

# Hash mismatch on across Linux and Darwin
proxyVendor = true;

vendorHash = "sha256-e5tNyV5EHYlXS0EPvEEjHEOaH/jY8yQ8hT7vK8FOvkI=";
vendorHash = "sha256-6RUPSYSvhGqtnX/eeOtIdBZVsv+faGOimYt74f598qM=";

subPackages = [ "cmd/trivy" ];

Expand Down

0 comments on commit ceb3b6f

Please sign in to comment.