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

kube-hunter: 0.6.3 -> 0.6.4
This commit is contained in:
Bobby Rong 2022-01-24 10:26:50 +08:00 committed by GitHub
commit e7bfe78647
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.3";
version = "0.6.4";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
sha256 = "sha256-OXiFWdbp6L9S57gRIROzuvXZ0R16lvKDqZR0kW0eEYQ=";
sha256 = "066pivd9mdhy24n40m9917zr5f9gh4fva4zmxk9vyppgk1b3mpwc";
};
nativeBuildInputs = with python3.pkgs; [