about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-05-08 09:53:55 +0200
committerGitHub <noreply@github.com>2022-05-08 09:53:55 +0200
commit61d4800189875f3a009b577ccc79ed021b8682c3 (patch)
tree3b310d5bce115f34ba0e4d3e548120640729ba2a /pkgs/tools
parent81e5e1267395015f4c128f6b9ad4bb070946a44a (diff)
parent17acaf170887f9c7aa76d01e74b92de5123a01fd (diff)
Merge pull request #172031 from r-ryantm/auto-update/kube-hunter
kube-hunter: 0.6.5 -> 0.6.7
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/kube-hunter/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/kube-hunter/default.nix b/pkgs/tools/security/kube-hunter/default.nix
index cbd4e4e3150f4..0f82cc0cbab74 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.5";
+  version = "0.6.7";
 
   src = fetchFromGitHub {
     owner = "aquasecurity";
     repo = pname;
-    rev = "v${version}";
-    sha256 = "sha256-2pmViizQLwyTdP6J92ynvdIdqkfgc6SIhsll85g9pHA=";
+    rev = "refs/tags/v${version}";
+    sha256 = "sha256-W7jW0V91o164EIAzZ7ODWeqTmUaUFDIqlE37x/AycqY=";
   };
 
   nativeBuildInputs = with python3.pkgs; [