checkov: 2.0.505 -> 2.0.509

This commit is contained in:
Fabian Affolter 2021-10-24 18:25:51 +02:00
parent e5e3f87771
commit b42d95b95b

View file

@ -46,7 +46,7 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
version = "2.0.505";
version = "2.0.509";
disabled = python3.pythonOlder "3.7";
@ -54,7 +54,7 @@ buildPythonApplication rec {
owner = "bridgecrewio";
repo = pname;
rev = version;
sha256 = "sha256-5udTx+aAC72R8wfn+lrWsZXgAyj/eN5nn/ly1JIkmCU=";
sha256 = "sha256-dds01scC93d/WdQTTL/JvXvfbiFAF3nEESL/zdFpOYA=";
};
nativeBuildInputs = with py.pkgs; [