mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
Merge pull request #228546 from fabaff/checkov-bump
checkov: 2.3.199 -> 2.3.202
This commit is contained in:
commit
7b7d34e25b
@ -22,14 +22,14 @@ with py.pkgs;
|
||||
|
||||
buildPythonApplication rec {
|
||||
pname = "checkov";
|
||||
version = "2.3.199";
|
||||
version = "2.3.202";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "bridgecrewio";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-JwEI+i6xvO8wsCCAliljXxddL3T6MWzHvzMmewNlbsk=";
|
||||
hash = "sha256-cJGHby6g4ndz031vxLFmQ9yUAB6lsyGff3eM8vjxUbc=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
@ -116,7 +116,7 @@ buildPythonApplication rec {
|
||||
# Tests are comparing console output
|
||||
"cli"
|
||||
"console"
|
||||
# Starting to fail after 2.3.199
|
||||
# Starting to fail after 2.3.202
|
||||
"test_non_multiline_pair"
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user