From 59bea0616f43e3a73b320eb01286f22e7e068388 Mon Sep 17 00:00:00 2001 From: kashw2 Date: Wed, 23 Aug 2023 10:38:04 +1000 Subject: [PATCH] terraform-compliance: 1.3.34 -> 1.3.43 --- .../networking/cluster/terraform-compliance/default.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/networking/cluster/terraform-compliance/default.nix b/pkgs/applications/networking/cluster/terraform-compliance/default.nix index c10b43e1f8b8..3f58f2487e48 100644 --- a/pkgs/applications/networking/cluster/terraform-compliance/default.nix +++ b/pkgs/applications/networking/cluster/terraform-compliance/default.nix @@ -5,20 +5,21 @@ python3.pkgs.buildPythonApplication rec { pname = "terraform-compliance"; - version = "1.3.34"; + version = "1.3.43"; format = "setuptools"; src = fetchFromGitHub { owner = "terraform-compliance"; repo = "cli"; rev = "refs/tags/${version}"; - sha256 = "sha256-1TFLpBwkpMMdiJJfVvDXlJg4SXWQ8VV605wMFGU+InQ="; + sha256 = "sha256-Otz0jXSqqg8u8jVnqHTpPW/oyb+Qq2NywgxYPtIAKEc="; }; postPatch = '' substituteInPlace setup.py \ --replace "IPython==7.16.1" "IPython" \ - --replace "diskcache==5.1.0" "diskcache>=5.1.0" + --replace "diskcache==5.1.0" "diskcache>=5.1.0" \ + --replace "radish-bdd==0.13.1" "radish-bdd" \ ''; propagatedBuildInputs = with python3.pkgs; [ @@ -33,6 +34,7 @@ python3.pkgs.buildPythonApplication rec { netaddr radish-bdd semver + orjson ]; nativeCheckInputs = with python3.pkgs; [