Skip to content

Commit

Permalink
checkov: 3.2.322 -> 3.2.324 (NixOS#361034)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Dec 2, 2024
2 parents 39929ef + 118b50c commit bd9f8a2
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.322";
version = "3.2.324";
pyproject = true;

src = fetchFromGitHub {
owner = "bridgecrewio";
repo = "checkov";
rev = "refs/tags/${version}";
hash = "sha256-75KNuTCTk5eohTg0M2wrcS9xySDqN1LR6UomF3ZEQmM=";
hash = "sha256-ejpPLbPEtqx11CyZ81tG7bH7o5UqbCz9ihOrtApEbDY=";
};

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

0 comments on commit bd9f8a2

Please sign in to comment.