summary refs log tree commit diff
path: root/pkgs/tools/admin/trivy
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-06-09 17:01:41 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-06-09 17:01:41 +0000
commit5372429b00dc95f3cf08a5a935ee982c748cacc9 (patch)
tree8cb67867547659014f2dc12e1499ba334ed15ab8 /pkgs/tools/admin/trivy
parent7b403f04f545912a70f9557631cecf472f2de90e (diff)
downloadnixpkgs-5372429b00dc95f3cf08a5a935ee982c748cacc9.tar
nixpkgs-5372429b00dc95f3cf08a5a935ee982c748cacc9.tar.gz
nixpkgs-5372429b00dc95f3cf08a5a935ee982c748cacc9.tar.bz2
nixpkgs-5372429b00dc95f3cf08a5a935ee982c748cacc9.tar.lz
nixpkgs-5372429b00dc95f3cf08a5a935ee982c748cacc9.tar.xz
nixpkgs-5372429b00dc95f3cf08a5a935ee982c748cacc9.tar.zst
nixpkgs-5372429b00dc95f3cf08a5a935ee982c748cacc9.zip
trivy: 0.42.0 -> 0.42.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 e87927481a3..ca8dabc8619 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.42.0";
+  version = "0.42.1";
 
   src = fetchFromGitHub {
     owner = "aquasecurity";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-TmtQ7rs77W6YFjh3y9kvIZabcGT6U/SCr5Hg6pa7K+s=";
+    sha256 = "sha256-QEjhnZmrmVzNG1/Zj8z/76v0Fb1N0rMYlvGb2pid2VM=";
   };
   # hash missmatch on across linux and darwin
   proxyVendor = true;
-  vendorHash = "sha256-4YUJ4HfbAvYt/QtI9wmh8326T4avIXCtPkICo4lEpqQ=";
+  vendorHash = "sha256-bEmp3Fq9Zop3YCbZH4lOG71osY0P71xuhpIPOUSnHSY=";
 
   excludedPackages = [ "magefiles" "misc" ];