about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-05-20 08:59:07 -0600
committerGitHub <noreply@github.com>2023-05-20 08:59:07 -0600
commit33bd20c0b256d2fc1cb83d8d590dc08ca368684e (patch)
tree43608003711a1098f6f37fa3ae91fbc0e2de9ce3
parent890682079e2989bf42ff895dbeca8b88386ce8c2 (diff)
parent13f2a12d8389f59d5c47fa48b14bc634cd6a77f7 (diff)
downloadnixlib-33bd20c0b256d2fc1cb83d8d590dc08ca368684e.tar
nixlib-33bd20c0b256d2fc1cb83d8d590dc08ca368684e.tar.gz
nixlib-33bd20c0b256d2fc1cb83d8d590dc08ca368684e.tar.bz2
nixlib-33bd20c0b256d2fc1cb83d8d590dc08ca368684e.tar.lz
nixlib-33bd20c0b256d2fc1cb83d8d590dc08ca368684e.tar.xz
nixlib-33bd20c0b256d2fc1cb83d8d590dc08ca368684e.tar.zst
nixlib-33bd20c0b256d2fc1cb83d8d590dc08ca368684e.zip
Merge pull request #233013 from r-ryantm/auto-update/kube-bench
kube-bench: 0.6.13 -> 0.6.14
-rw-r--r--pkgs/tools/security/kube-bench/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/kube-bench/default.nix b/pkgs/tools/security/kube-bench/default.nix
index 83804b7fc302..a13b2013084f 100644
--- a/pkgs/tools/security/kube-bench/default.nix
+++ b/pkgs/tools/security/kube-bench/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "kube-bench";
-  version = "0.6.13";
+  version = "0.6.14";
 
   src = fetchFromGitHub {
     owner = "aquasecurity";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-tr6QQAxFAejX05rv8/cx6LXAATlutXX6UmrIv7ru3gM=";
+    hash = "sha256-82yldHexXommX4Tb2ItYUdwe3qOalvQKNVosFPGhgYw=";
   };
 
-  vendorHash = "sha256-kOY9cIkh272A8PJTpMfNVlVNkY9PqPTOVYw25rTwd84=";
+  vendorHash = "sha256-jPmF8uebdXsrsawHbdr4AgMXyCWUsI1GKoAoxCde9d4=";
 
   nativeBuildInputs = [ installShellFiles ];