Merge pull request #153606 from fabaff/bump-checkov

checkov: 2.0.702 -> 2.0.706
This commit is contained in:
Fabian Affolter 2022-01-05 21:48:08 +01:00 committed by GitHub
commit b167c7f162
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,13 +46,13 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
version = "2.0.702";
version = "2.0.706";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
sha256 = "sha256-6FaJkGQpjTNW73D39KD9qMw97znt9B1vzdlJPvqI7Vo=";
sha256 = "sha256-j9exVvGY3A23sTY5y4daWlZr7awkY1tQhTDykW9tsJU=";
};
nativeBuildInputs = with py.pkgs; [