Skip to content

Commit

Permalink
checkov: 3.2.260 -> 3.2.266 (#348808)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Oct 15, 2024
2 parents d6e2619 + 5f75ac7 commit c943e75
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.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 ];
Expand Down

0 comments on commit c943e75

Please sign in to comment.