checkov: 2.0.1110 -> 2.0.1118

This commit is contained in:
Fabian Affolter
2022-05-06 00:35:38 +02:00
parent 48d927f87f
commit a22128d33a
@@ -32,13 +32,13 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
version = "2.0.1110";
version = "2.0.1118";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
hash = "sha256-HtXJGi20SbbOofL8TAZDZ9L3aFVx33Xz+QS/f7NxYFI=";
hash = "sha256-8zhCyIHI3Pl5fTqQGSe8l6+7DZQsI6YgyTSCs1BNe94=";
};
nativeBuildInputs = with py.pkgs; [