checkov: 2.0.1223 -> 2.0.1226

This commit is contained in:
Fabian Affolter 2022-06-21 23:33:51 +02:00
parent 2ad71d8ef7
commit 23983371b1

View file

@ -32,14 +32,14 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
version = "2.0.1223";
version = "2.0.1226";
format = "setuptools";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
hash = "sha256-/5HJucSOQyfX0Og3fCGhuegye79huw4LPlNkzgCO+qM=";
hash = "sha256-hAHIrf1oZMPpciKTUiM+EuP4TDtb0lYI7hlZXWkIyV4=";
};
nativeBuildInputs = with py.pkgs; [