checkov: 2.0.853 -> 2.0.859

This commit is contained in:
Fabian Affolter 2022-02-17 00:42:55 +01:00
parent 9aff264818
commit cfdb800446

View file

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