Merge pull request #171104 from fabaff/bump-checkov

checkov: 2.0.1098 -> 2.0.1102
This commit is contained in:
Fabian Affolter 2022-05-01 21:55:57 +02:00 committed by GitHub
commit 917617801d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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; [