summaryrefslogtreecommitdiffstats
path: root/pkgs/tools
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2023-02-03 12:20:05 +0200
committerGitHub <noreply@github.com>2023-02-03 12:20:05 +0200
commit18294fe13d7848f14df45f7cb064fd184d342af1 (patch)
treed88385ca4af74191118294f4fcfdc3105652d5d6 /pkgs/tools
parent3460f50028af7ff248e5ed633f01fa0345c0727e (diff)
parent2c878fc0cc8134b3d07dc884bdbdf07df6214bda (diff)
Merge pull request #214334 from 06kellyjac/trivy
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/admin/trivy/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/admin/trivy/default.nix b/pkgs/tools/admin/trivy/default.nix
index c162521870ba..e68b565d0581 100644
--- a/pkgs/tools/admin/trivy/default.nix
+++ b/pkgs/tools/admin/trivy/default.nix
@@ -5,17 +5,17 @@
buildGoModule rec {
pname = "trivy";
- version = "0.36.1";
+ version = "0.37.1";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-V6x7xILG2/mg95S3qv8pM6ZVXWmh1iHMvDVEfidHau4=";
+ sha256 = "sha256-4kjsNaiXnmJk88ivVnpTemOOc/asKrcZLGpO8gtV0J8=";
};
# hash missmatch on across linux and darwin
proxyVendor = true;
- vendorSha256 = "sha256-qTtx8+D288RT3wOdmvUXVeHx4GwIyCyCnO/sQW0blIU=";
+ vendorSha256 = "sha256-qI29Qb8im9Xii83ayG1jZtZsrsAT0JQOcuKOM7VYro0=";
excludedPackages = "misc";