Skip to content

Commit

Permalink
trivy: 0.56.2 -> 0.57.0 (NixOS#353066)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Nov 2, 2024
2 parents 2d27f52 + d2d3ea9 commit f2c1365
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/admin/trivy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@

buildGoModule rec {
pname = "trivy";
version = "0.56.2";
version = "0.57.0";

src = fetchFromGitHub {
owner = "aquasecurity";
repo = "trivy";
rev = "refs/tags/v${version}";
hash = "sha256-wqiFUiNZ3VG4c/QkoliU2BtqanyC4GwlwUZomOX3VrU=";
hash = "sha256-al8hxVNyDoGQaoqa0fmA7Bn7M1twwlS4I5+XZnETXyc=";
};

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

vendorHash = "sha256-+WkOGy/Z4BuDlwpfisWqhjJlshPXTxjRy2pmmHxU6B8=";
vendorHash = "sha256-TEjV9Cr5oXNMvzFpRDQ9MxgbZMJnq++eU/xJi2/piF8=";

subPackages = [ "cmd/trivy" ];

Expand Down

0 comments on commit f2c1365

Please sign in to comment.