Merge pull request #142504 from fabaff/bump-checkov

conduit-nginx
Sandro 2021-10-21 21:46:21 +02:00 committed by GitHub
commit aa76f38042
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
version = "2.0.496";
version = "2.0.505";
disabled = python3.pythonOlder "3.7";
@ -54,7 +54,7 @@ buildPythonApplication rec {
owner = "bridgecrewio";
repo = pname;
rev = version;
sha256 = "sha256-JDKM706z8e+e+LhZ/3bMcVkYGW+gOF2iOUYLQASlXbc=";
sha256 = "sha256-5udTx+aAC72R8wfn+lrWsZXgAyj/eN5nn/ly1JIkmCU=";
};
nativeBuildInputs = with py.pkgs; [