diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2023-04-25 11:47:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-25 11:47:50 +0200 |
commit | 5f211aa025719af71ee916c52d88ca954f8ecb69 (patch) | |
tree | d72280b52c927a865dbd581890ba6fc99f4f95a3 | |
parent | e95b025cc2fc0900401b55f579d40602168cfa17 (diff) | |
parent | 7eb272bbe8258738cfbae7ae8223901306987c7b (diff) |
Merge pull request #228029 from fabaff/checkov-bump
checkov: 2.3.192 -> 2.3.199
-rw-r--r-- | pkgs/development/tools/analysis/checkov/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/analysis/checkov/default.nix b/pkgs/development/tools/analysis/checkov/default.nix index 615eb49ae6c2d..8917ff369d007 100644 --- a/pkgs/development/tools/analysis/checkov/default.nix +++ b/pkgs/development/tools/analysis/checkov/default.nix @@ -22,14 +22,14 @@ with py.pkgs; buildPythonApplication rec { pname = "checkov"; - version = "2.3.192"; + version = "2.3.199"; format = "setuptools"; src = fetchFromGitHub { owner = "bridgecrewio"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-vTn6Fum47wpgpICyiL+s6azhAgqzLj2w7wntypsatiU="; + hash = "sha256-JwEI+i6xvO8wsCCAliljXxddL3T6MWzHvzMmewNlbsk="; }; patches = [ @@ -116,7 +116,7 @@ buildPythonApplication rec { # Tests are comparing console output "cli" "console" - # Starting to fail after 2.3.192 + # Starting to fail after 2.3.199 "test_non_multiline_pair" ]; |