checkov: 2.0.1143 -> 2.0.1147

This commit is contained in:
Fabian Affolter 2022-05-21 12:21:00 +02:00
parent dcfd3528e0
commit 3112a7e9d9

View file

@ -32,13 +32,13 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
version = "2.0.1143";
version = "2.0.1147";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
hash = "sha256-Kl9/wbjiQ46ysmnE24iQveTEzSTsVF5FHRqG3WWz3DQ=";
hash = "sha256-tk0vPkKBiGezlHEngqJBekltbpeGa2YwFnc/Ua/YMRo=";
};
nativeBuildInputs = with py.pkgs; [