Merge pull request #170531 from fabaff/bump-checkov

checkov: 2.0.1084 -> 2.0.1085
This commit is contained in:
Fabian Affolter 2022-04-27 11:17:54 +02:00 committed by GitHub
commit a88a3e5f85
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.1084";
version = "2.0.1085";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
hash = "sha256-bzmXLqjtl742UcjBpYQdtiTKO6Oe/x7lGoJZh+uJzUo=";
hash = "sha256-GJVKngSpYmMtcxiWL8JDtEOlJlQ19LbKZF9zcAMG9vA=";
};
nativeBuildInputs = with py.pkgs; [