summary refs log tree commit diff
path: root/pkgs/tools/admin
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-10-28 12:01:19 +0000
committerGitHub <noreply@github.com>2023-10-28 12:01:19 +0000
commit519b7ea0c3a8e612eaf7e64128e967549615b6a7 (patch)
tree8052537e4fd51b1575e0a8b9bfb26a7c5487e7b5 /pkgs/tools/admin
parentcb64b504a0a80c4df9e96426d830f94080760628 (diff)
parentb30e97ace2945f9ddcf1b233e04d45ef3c511d9b (diff)
downloadnixpkgs-519b7ea0c3a8e612eaf7e64128e967549615b6a7.tar
nixpkgs-519b7ea0c3a8e612eaf7e64128e967549615b6a7.tar.gz
nixpkgs-519b7ea0c3a8e612eaf7e64128e967549615b6a7.tar.bz2
nixpkgs-519b7ea0c3a8e612eaf7e64128e967549615b6a7.tar.lz
nixpkgs-519b7ea0c3a8e612eaf7e64128e967549615b6a7.tar.xz
nixpkgs-519b7ea0c3a8e612eaf7e64128e967549615b6a7.tar.zst
nixpkgs-519b7ea0c3a8e612eaf7e64128e967549615b6a7.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/tools/admin')
-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 d598d78bde9..6cb9ecc0782 100644
--- a/pkgs/tools/admin/trivy/default.nix
+++ b/pkgs/tools/admin/trivy/default.nix
@@ -7,19 +7,19 @@
 
 buildGoModule rec {
   pname = "trivy";
-  version = "0.46.0";
+  version = "0.46.1";
 
   src = fetchFromGitHub {
     owner = "aquasecurity";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-hthVpiiTRrBdEL5QsL8NiOYNRXybCAfAnCn5w3JfNn4=";
+    hash = "sha256-Jybno45XQYt1Bt9eGIf6p9AgOluW0/M/mRiQLiArhhc=";
   };
 
   # Hash mismatch on across Linux and Darwin
   proxyVendor = true;
 
-  vendorHash = "sha256-2Aig/udgLQzNmVJ0m1C7wfqlNefpexQOrh2HCPBK9Mc=";
+  vendorHash = "sha256-MIfRq2bj73G4eyHjrJZkVMrlnLYacbHdHTPgWASVXow=";
 
   subPackages = [ "cmd/trivy" ];