checkov: 2.0.1210 -> 2.0.1212

This commit is contained in:
Fabian Affolter 2022-06-14 22:34:44 +02:00
parent 7a2cbef177
commit 8fe35cdfe0

View File

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