Merge pull request #157308 from r-ryantm/auto-update/kube-hunter

This commit is contained in:
Sandro 2022-01-30 00:52:56 +01:00 committed by GitHub
commit fb3834f3a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "kube-hunter";
version = "0.6.4";
version = "0.6.5";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
sha256 = "066pivd9mdhy24n40m9917zr5f9gh4fva4zmxk9vyppgk1b3mpwc";
sha256 = "sha256-2pmViizQLwyTdP6J92ynvdIdqkfgc6SIhsll85g9pHA=";
};
nativeBuildInputs = with python3.pkgs; [