checkov: 3.2.260 -> 3.2.266 (#348808)

This commit is contained in:
Nick Cao 2024-10-15 13:51:29 -04:00 committed by GitHub
commit c943e7520c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "checkov";
version = "3.2.260";
version = "3.2.266";
pyproject = true;
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = "checkov";
rev = "refs/tags/${version}";
hash = "sha256-Ltcb32p4mVjbRJB5Mjgu93oITOXHgEaNigMkd8a8rXw=";
hash = "sha256-VvYUzq4dxCfOL9fjj06v+ZzTZQxamKrbeKjQgk5HdCM=";
};
patches = [ ./flake8-compat-5.x.patch ];