Merge pull request #241610 from fabaff/checkov-bump

checkov: 2.3.309 -> 2.3.311
This commit is contained in:
Fabian Affolter 2023-07-05 22:36:05 +02:00 committed by GitHub
commit 1e3768932b
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.309";
version = "2.3.311";
format = "setuptools";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-aTp7K2u9SXwkvFuskMH32Fb9MfAXyU9dyiavmMBVJf4=";
hash = "sha256-QVh3dJYIR3n1fmhZviI6ohb6SDQsQQPk1k8KpwKvghU=";
};
patches = [