checkov: 2.0.1206 -> 2.0.1209

This commit is contained in:
Fabian Affolter 2022-06-10 09:59:02 +02:00
parent e6a8399caf
commit 3104229122

View file

@ -32,14 +32,14 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
version = "2.0.1206";
version = "2.0.1209";
format = "setuptools";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
hash = "sha256-5pnT9JcE1BY4kgqycfNLm3PiTqZdw2V9ksz2E+jfFkY=";
hash = "sha256-q2TwkmP16SvhMJkBcvYMfjbXP6GKZpzEQh7H9N+H20U=";
};
nativeBuildInputs = with py.pkgs; [