kube-hunter: 0.6.5 -> 0.6.7

This commit is contained in:
R. Ryantm 2022-05-08 05:24:16 +00:00
parent d4c7feafb6
commit 17acaf1708

View file

@ -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; [