Merge pull request #145693 from fabaff/bump-checkov

checkov: 2.0.566 -> 2.0.568
This commit is contained in:
Fabian Affolter 2021-11-13 00:53:59 +01:00 committed by GitHub
commit 914b3ada79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,13 +56,13 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
version = "2.0.566";
version = "2.0.568";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
sha256 = "sha256-Eah4dK23jdHK7s0VF8FLd6KJzHP5YpdLGcM7IXgB880=";
sha256 = "sha256-V1YHD0+gXx5wLfhrfze6kAgF1egxXbjf4c2zEc/oT1A=";
};
nativeBuildInputs = with py.pkgs; [