mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
checkov: 2.4.51 -> 2.4.55
Diff: https://github.com/bridgecrewio/checkov/compare/refs/tags/2.4.51...2.4.55 Changelog: https://github.com/bridgecrewio/checkov/releases/tag/2.4.55
This commit is contained in:
parent
fb303fd905
commit
bd00dac6b4
@ -22,14 +22,14 @@ with py.pkgs;
|
||||
|
||||
buildPythonApplication rec {
|
||||
pname = "checkov";
|
||||
version = "2.4.51";
|
||||
version = "2.4.55";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "bridgecrewio";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-Ln+3LY/O0f4eSWDLmrO9ONGFTxE0icdA3qdXrJ9PoO4=";
|
||||
hash = "sha256-HeGrhW9QKxR3WrPMQRgRSntcpbr8UEg+D6To5Dqmfsc=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
@ -83,6 +83,7 @@ buildPythonApplication rec {
|
||||
prettytable
|
||||
pycep-parser
|
||||
pyyaml
|
||||
rustworkx
|
||||
semantic-version
|
||||
spdx-tools
|
||||
tabulate
|
||||
|
Loading…
Reference in New Issue
Block a user