about summary refs log tree commit diff
path: root/pkgs/tools/security/kube-bench
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-10-17 19:45:36 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-10-17 19:45:36 +0000
commite857e1148e2c0955ad254da17c55e8d5e0d08c8c (patch)
tree9809b5ff4830ecfbf08ce929c29ea92e653ef1cb /pkgs/tools/security/kube-bench
parent87c6a9a57c4ef5fb5f5917caf05be685d4abc632 (diff)
kube-bench: 0.6.9 -> 0.6.10
Diffstat (limited to 'pkgs/tools/security/kube-bench')
-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 fcad20c651f28..9492475aadb54 100644
--- a/pkgs/tools/security/kube-bench/default.nix
+++ b/pkgs/tools/security/kube-bench/default.nix
@@ -2,15 +2,15 @@
 
 buildGoModule rec {
   pname = "kube-bench";
-  version = "0.6.9";
+  version = "0.6.10";
 
   src = fetchFromGitHub {
     owner = "aquasecurity";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-bKgUnkfOWcX3/JdspEjNhFqS2dMlwEcVffIqNfS6FEU=";
+    sha256 = "sha256-0rhs5MZzf9E848FxYuZdXTarYG1BwnfS9HDz9iYR/vo=";
   };
-  vendorSha256 = "sha256-f/B9E9Ot9njop04PKh0XYG1DnWKBRsVi4XHQNmZeQho=";
+  vendorSha256 = "sha256-uaFEtWI5tdL0egaJPTKh7k66Kyjq+N8YDlUGJDtFRqY=";
 
   nativeBuildInputs = [ installShellFiles ];