about summary refs log tree commit diff
path: root/pkgs/tools/security/kube-hunter
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-01-23 15:53:43 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-01-23 15:53:43 +0000
commitf501e9521adca23a1efeec1ed6b2385f1880cbe5 (patch)
treec0d159fdc37c498a7d7076fc9559ef7bb71db27d /pkgs/tools/security/kube-hunter
parente5f7e0e5513455fa128d13d82095016b2dcffc55 (diff)
kube-hunter: 0.6.3 -> 0.6.4
Diffstat (limited to 'pkgs/tools/security/kube-hunter')
-rw-r--r--pkgs/tools/security/kube-hunter/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/kube-hunter/default.nix b/pkgs/tools/security/kube-hunter/default.nix
index 6f15bde0104e3..c1ecd55c38c6f 100644
--- a/pkgs/tools/security/kube-hunter/default.nix
+++ b/pkgs/tools/security/kube-hunter/default.nix
@@ -5,13 +5,13 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "kube-hunter";
-  version = "0.6.3";
+  version = "0.6.4";
 
   src = fetchFromGitHub {
     owner = "aquasecurity";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-OXiFWdbp6L9S57gRIROzuvXZ0R16lvKDqZR0kW0eEYQ=";
+    sha256 = "066pivd9mdhy24n40m9917zr5f9gh4fva4zmxk9vyppgk1b3mpwc";
   };
 
   nativeBuildInputs = with python3.pkgs; [