checkov: 2.0.1067 -> 2.0.1068

This commit is contained in:
Fabian Affolter
2022-04-19 09:26:11 +02:00
parent 9e6887b3e5
commit 9b8dbb2eaf
@@ -32,13 +32,13 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
version = "2.0.1067";
version = "2.0.1068";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
hash = "sha256-WK6fot5YAC5l/0EiJuIQ5Xvz5NiEWnU+BfzsKv+caJ8=";
hash = "sha256-/WJiGWBGcVDoiX+FnEbIFaMRxQSnJTqLqHbKlEoCqWU=";
};
nativeBuildInputs = with py.pkgs; [