Merge pull request #251542 from fabaff/checkov-bump

checkov: 2.4.7 -> 2.4.10
This commit is contained in:
Matthias Beyer 2023-08-26 11:36:37 +02:00 committed by GitHub
commit 37a2c0b164
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.7";
version = "2.4.10";
format = "setuptools";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-NveRGWf0Aghu0fxVAVSukrH9zFl+QJ2rWNYm5JIHIjk=";
hash = "sha256-L5BRpwWAP4WyP3kyzp8ELVnXth84jRwP9wmj9kA+xcw=";
};
patches = [