Merge pull request #259019 from fabaff/checkov-bump

checkov: 2.4.61 -> 2.5.3
This commit is contained in:
Fabian Affolter 2023-10-05 08:48:59 +02:00 committed by GitHub
commit fe39294762
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.59";
version = "2.5.3";
format = "setuptools";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-/Qqh0f40JxHjIbt7rm4ZY7dTXGVMHrzkgNSjPJq8SLo=";
hash = "sha256-QSxeVu1nGK9j8hQqcUZ2RhjPmCHjbTuG/1hvMjUhrOo=";
};
patches = [