kube-hunter: 0.6.5 -> 0.6.7

main
R. Ryantm 2 years ago
parent d4c7feafb6
commit 17acaf1708
  1. 6
      pkgs/tools/security/kube-hunter/default.nix

@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "kube-hunter"; pname = "kube-hunter";
version = "0.6.5"; version = "0.6.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "aquasecurity"; owner = "aquasecurity";
repo = pname; repo = pname;
rev = "v${version}"; rev = "refs/tags/v${version}";
sha256 = "sha256-2pmViizQLwyTdP6J92ynvdIdqkfgc6SIhsll85g9pHA="; sha256 = "sha256-W7jW0V91o164EIAzZ7ODWeqTmUaUFDIqlE37x/AycqY=";
}; };
nativeBuildInputs = with python3.pkgs; [ nativeBuildInputs = with python3.pkgs; [

Loading…
Cancel
Save