Merge pull request #160394 from fabaff/bump-checkov

checkov: 2.0.853 -> 2.0.859
This commit is contained in:
Fabian Affolter 2022-02-17 08:49:29 +01:00 committed by GitHub
commit 2aaf0c6a9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 4 deletions

View file

@ -2,6 +2,7 @@
, buildPythonPackage
, fetchPypi
, nose
, pythonOlder
}:
let
@ -19,11 +20,14 @@ let
in
buildPythonPackage rec {
pname = "bc-python-hcl2";
version = "0.3.24";
version = "0.3.30";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-YsiMkTPRSKR4511csJOv9/Jf1b3TVUM7N2lInejdNrQ=";
hash = "sha256-wfcTIPKbMPa7xpXzkFtxnxG2ZRFzTw35EP7f4zwHxcs=";
};
# Nose is required during build process, so can not use `checkInputs`.

View file

@ -32,13 +32,13 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
version = "2.0.853";
version = "2.0.859";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
hash = "sha256-qD6P3ppxckqiCB6wiypdVQtY+b3PN3dhuAQP5REDq3U=";
hash = "sha256-uvuAMD/upr8mvK/YCvvlPGIZBMZ0SHxXMdv18NIsOYM=";
};
nativeBuildInputs = with py.pkgs; [