checkov: 2.0.1102 -> 2.0.1110

This commit is contained in:
Fabian Affolter 2022-05-03 23:46:53 +02:00
parent 01143883ff
commit 3e93ff80f8

View file

@ -32,13 +32,13 @@ with py.pkgs;
buildPythonApplication rec { buildPythonApplication rec {
pname = "checkov"; pname = "checkov";
version = "2.0.1102"; version = "2.0.1110";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "bridgecrewio"; owner = "bridgecrewio";
repo = pname; repo = pname;
rev = version; rev = version;
hash = "sha256-OPYlgj8jdgCQJddy9UUXMjHJtQcoMrZbghgPUdyUV5Y="; hash = "sha256-HtXJGi20SbbOofL8TAZDZ9L3aFVx33Xz+QS/f7NxYFI=";
}; };
nativeBuildInputs = with py.pkgs; [ nativeBuildInputs = with py.pkgs; [
@ -89,6 +89,7 @@ buildPythonApplication rec {
pytest-mock pytest-mock
pytest-xdist pytest-xdist
pytestCheckHook pytestCheckHook
responses
]; ];
postPatch = '' postPatch = ''