Merge pull request #249689 from fabaff/checkov-bump

checkov: 2.3.366 -> 2.4.1
This commit is contained in:
Fabian Affolter 2023-08-17 10:32:17 +02:00 committed by GitHub
commit b9319fb29e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,14 +22,14 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
version = "2.3.366";
version = "2.4.1";
format = "setuptools";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-tlFtuT5Oemi1TEtWk2fpgg0AUfMlIyCWM8ZzrSWT8YM=";
hash = "sha256-PY2RoN5shP08fy55W9nLSIzkxRL0h80TgI47+MxZGuE=";
};
patches = [