about summary refs log tree commit diff
path: root/pkgs/tools/admin/trivy
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-01-08 19:01:48 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2023-01-08 19:01:48 +0100
commit4d609d714597c48f395b0073943f801c13a91901 (patch)
tree1525726421f651ce80f0cd011e148ed5dfd492b7 /pkgs/tools/admin/trivy
parent87ebf1654e1f1345b8abfb5c4410e3671208d3be (diff)
trivy: 0.36.0 -> 0.36.1
Diff: https://github.com/aquasecurity/trivy/compare/v0.36.0...v0.36.1

Changelog: https://github.com/aquasecurity/trivy/releases/tag/v0.36.1
Diffstat (limited to 'pkgs/tools/admin/trivy')
-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 14e62fa0612ec..c162521870bac 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.0";
+  version = "0.36.1";
 
   src = fetchFromGitHub {
     owner = "aquasecurity";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-5yAfF/iRAbCJFXEcdhg7vqiMTpw7NNixFaQU93uSv6I=";
+    sha256 = "sha256-V6x7xILG2/mg95S3qv8pM6ZVXWmh1iHMvDVEfidHau4=";
   };
   # hash missmatch on across linux and darwin
   proxyVendor = true;
-  vendorSha256 = "sha256-9oG6xJ0D6SulN6ErC/F5Ycmly4wp+GCF8lftu+xoagE=";
+  vendorSha256 = "sha256-qTtx8+D288RT3wOdmvUXVeHx4GwIyCyCnO/sQW0blIU=";
 
   excludedPackages = "misc";