Merge pull request #304650 from fabaff/checkov-bump

checkov: 3.2.66 -> 3.2.68
This commit is contained in:
Fabian Affolter 2024-04-17 08:26:16 +02:00 committed by GitHub
commit 7426139732
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "checkov";
version = "3.2.66";
version = "3.2.68";
pyproject = true;
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = "checkov";
rev = "refs/tags/${version}";
hash = "sha256-Wtpg3Fk3hxmbZ2Tz5XIjM2mdh8jq4O67nD2rxAGlcaY=";
hash = "sha256-6nOIVcPlVp49kqoH7EPI1VVTC85S4wqwx+aU+5wy758=";
};
patches = [ ./flake8-compat-5.x.patch ];