checkov: 3.2.249 -> 3.2.250 (#341165)

This commit is contained in:
Fabian Affolter 2024-09-12 22:04:23 +02:00 committed by GitHub
commit 315b846e1d
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.249";
version = "3.2.251";
pyproject = true;
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = "checkov";
rev = "refs/tags/${version}";
hash = "sha256-xsb57uCPLzrqMA2T0rcbnmXlsioagFr0yc4wcRUubPI=";
hash = "sha256-PBv6e0Y9kT6KmM12jnhF+9QC17v5A/rbR/5KBDV6Ekc=";
};
patches = [ ./flake8-compat-5.x.patch ];