checkov: 2.0.1098 -> 2.0.1102

This commit is contained in:
Fabian Affolter 2022-05-01 10:22:43 +02:00
parent a78f46dd0c
commit a2e763508e

View File

@ -32,13 +32,13 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
version = "2.0.1098";
version = "2.0.1102";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
hash = "sha256-CFH7zb3f50tlYhRiZ/q0b8PDhithVhaeRTtsXvan+bw=";
hash = "sha256-OPYlgj8jdgCQJddy9UUXMjHJtQcoMrZbghgPUdyUV5Y=";
};
nativeBuildInputs = with py.pkgs; [