Merge pull request #142757 from fabaff/bump-checkov

checkov: 2.0.505 -> 2.0.509
This commit is contained in:
Fabian Affolter 2021-10-25 22:22:31 +02:00 committed by GitHub
commit 62cc19887d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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; [