checkov: 2.0.1209 -> 2.0.1210

This commit is contained in:
Fabian Affolter 2022-06-13 11:45:16 +02:00
parent 94cb803fab
commit edd50437bd

View file

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