Skip to content

Commit

Permalink
checkov: 3.2.336 -> 3.2.342 (NixOS#366305)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Dec 19, 2024
2 parents a56195a + b7066a1 commit f18dac9
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.336";
version = "3.2.342";
pyproject = true;

src = fetchFromGitHub {
owner = "bridgecrewio";
repo = "checkov";
rev = "refs/tags/${version}";
hash = "sha256-T++J0kRFXV5v7+CCSy5ho5340kYF7mp9Cru8StXx+UQ=";
hash = "sha256-/Cl+n4ctOTGnF/wMZ2a2yBaYpeYhh03I5LO1WGGnqYc=";
};

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

0 comments on commit f18dac9

Please sign in to comment.