Merge pull request #252704 from fabaff/checkov-bump

checkov: 2.4.19 -> 2.4.22
This commit is contained in:
Fabian Affolter 2023-09-01 10:47:23 +02:00 committed by GitHub
commit c67b9dc7b8
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.4.19";
version = "2.4.22";
format = "setuptools";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-A3xKXh2btw+ZUZevbhPOqtTHWNx7ohZILpYM/KInGIg=";
hash = "sha256-pbeyv7Ms/7iJUsxEl2YeHjbXJ5ZJZe2OXtDpnnH5ZD8=";
};
patches = [