checkov: 2.0.845 -> 2.0.853

This commit is contained in:
Fabian Affolter 2022-02-16 00:18:18 +01:00
parent 13adc1b694
commit 4e014a2c26

View file

@ -32,13 +32,13 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
version = "2.0.845";
version = "2.0.853";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
hash = "sha256-vF09H2fnMYWxUnadOCfLfAdcWNSVASLvHYLJIhD+Y/4=";
hash = "sha256-qD6P3ppxckqiCB6wiypdVQtY+b3PN3dhuAQP5REDq3U=";
};
nativeBuildInputs = with py.pkgs; [