Merge pull request #160229 from fabaff/bump-checkov

checkov: 2.0.845 -> 2.0.853
This commit is contained in:
Fabian Affolter 2022-02-17 00:31:53 +01:00 committed by GitHub
commit ad01b6ce05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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; [