Skip to content

Commit

Permalink
checkov: 3.2.343 -> 3.2.344 (#367315)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Dec 22, 2024
2 parents cdb7c11 + e7bbc5d commit 4c40798
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.343";
version = "3.2.344";
pyproject = true;

src = fetchFromGitHub {
owner = "bridgecrewio";
repo = "checkov";
rev = "refs/tags/${version}";
hash = "sha256-PTwJlkj4gDZQPF12C2vP0uYZ0RYymfHIWHaWcJsDKW8=";
hash = "sha256-wmQJSqoFOrWi5ihGFd0PA+hSW/H4si+N6wprFHWDYbM=";
};

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

0 comments on commit 4c40798

Please sign in to comment.