checkov: 2.1.5 -> 2.1.7

This commit is contained in:
Fabian Affolter 2022-06-24 21:49:20 +02:00
parent 3f4f135736
commit 475a78ca1d

View file

@ -32,14 +32,14 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
version = "2.1.5";
version = "2.1.7";
format = "setuptools";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
hash = "sha256-bH7W+GZ4O32ty5YD4hfKz2R10v7zEJLU1kLzKvdx3E4=";
hash = "sha256-y1FeueTXpKGRWZFszEvf2M6H2XS17D9p3Ej9+tCP4nY=";
};
nativeBuildInputs = with py.pkgs; [