checkov: 2.0.496 -> 2.0.505

conduit-nginx
Fabian Affolter 2021-10-21 20:46:50 +02:00
parent 9bb780d5cd
commit a25609c86b
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; [