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-08-12 12:12:56 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-08-12 12:12:56 +0000
commitaecbfceccd96c8307a623f0255b34ebec9bdf40f (patch)
treea950fe24f6ab268b8a19fddb5d46413f5a40e549 /pkgs/tools/security/kube-bench
parent74a50898fdece3efe305386a07272fd09a1a26b4 (diff)
kube-bench: 0.6.8 -> 0.6.9
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 e95ff1a054770..fcad20c651f28 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.8";
+  version = "0.6.9";
 
   src = fetchFromGitHub {
     owner = "aquasecurity";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-uqjF2WtsGMzA/JDS93BSQNuBJorMIJha9qPHJkIbjQo=";
+    sha256 = "sha256-bKgUnkfOWcX3/JdspEjNhFqS2dMlwEcVffIqNfS6FEU=";
   };
-  vendorSha256 = "sha256-/LSgIfLBsGRSyz9gExgLKAjO+RF/C8CkxSvwx2jZjoI=";
+  vendorSha256 = "sha256-f/B9E9Ot9njop04PKh0XYG1DnWKBRsVi4XHQNmZeQho=";
 
   nativeBuildInputs = [ installShellFiles ];