checkov: 2.1.16 -> 2.1.20

This commit is contained in:
Fabian Affolter 2022-06-30 14:13:35 +02:00
parent 60b35a57f8
commit 6c8432f346

View file

@ -32,14 +32,14 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
version = "2.1.16";
version = "2.1.20";
format = "setuptools";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
hash = "sha256-/sYxR7xaNTScyv0rB+7CHUPnxPXMX2aIGl9WtrBo+Jc=";
hash = "sha256-dXpgm9S++jtBhuzX9db8Pm5LF6Qb4isXx5uyOGdWGUc=";
};
nativeBuildInputs = with py.pkgs; [