checkov: 2.0.820 -> 2.0.823, fix build

This commit is contained in:
Jonathan Ringer 2022-02-10 16:09:15 -08:00
parent fae17a3355
commit 550fac4318
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -15,6 +15,16 @@ let
doCheck = false;
});
jsonschema = super.jsonschema.overridePythonAttrs (oldAttrs: rec {
version = "3.2.0";
src = oldAttrs.src.override {
inherit version;
sha256 = "sha256-yKhbKNN3zHc35G4tnytPRO48Dh3qxr9G3e/HGH0weXo=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;
doCheck = false;
});
};
};
in
@ -22,13 +32,13 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
version = "2.0.820";
version = "2.0.823";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
hash = "sha256-qvYg4tXq9RTYj+pbxg0fZRkTGP8/pk22K9wqMNxVHTo=";
hash = "sha256-yJc4NiRDGZBkFI9zm95Ug5W6SiBjHJqrRuId9EfryvY=";
};
nativeBuildInputs = with py.pkgs; [