Skip to content

Commit

Permalink
Merge pull request #318490 from fabaff/checkov-bump
Browse files Browse the repository at this point in the history
checkov: 3.2.128 -> 3.2.129
  • Loading branch information
fabaff committed Jun 9, 2024
2 parents 7cd0a06 + 6d204ca commit 917524d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/analysis/checkov/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication rec {
pname = "checkov";
version = "3.2.128";
version = "3.2.129";
pyproject = true;

src = fetchFromGitHub {
owner = "bridgecrewio";
repo = "checkov";
rev = "refs/tags/${version}";
hash = "sha256-BnfSKEetEofNs/74K0Pxqs6q55YQPGKAhV++pVl2tug=";
hash = "sha256-7ZbHhVJ12BmFMlWZPWnrZCcKCSqzO1+38zuEFmUOODU=";
};

patches = [ ./flake8-compat-5.x.patch ];
Expand Down

0 comments on commit 917524d

Please sign in to comment.