From ac86fdf42efe6382f9d62205d922ee3628cc24c5 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sat, 18 Jun 2022 07:57:25 +0100 Subject: [PATCH] Revert "python3Packages.certbot: 1.24.0 -> 1.27.0" This reverts commit cd49d603d997f200057942bf8dd0d3d57efdf214 to allow clean merge of newer `certbot-1.28.0` from `master` on top of `staging-next`. --- pkgs/development/python-modules/certbot/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/certbot/default.nix b/pkgs/development/python-modules/certbot/default.nix index b32c3ecd9f8..72a5d8db39d 100644 --- a/pkgs/development/python-modules/certbot/default.nix +++ b/pkgs/development/python-modules/certbot/default.nix @@ -9,13 +9,13 @@ buildPythonPackage rec { pname = "certbot"; - version = "1.27.0"; + version = "1.24.0"; src = fetchFromGitHub { owner = pname; repo = pname; rev = "v${version}"; - sha256 = "sha256-3IKRVR1rLpOH22Mp2m0InqcPt85+jQgBSyrRL9/nMxY="; + sha256 = "sha256-XIKFEPQKIV5s6sZ7LRnlTvsb3cF4KIaiVZ36cAN1AwA="; }; sourceRoot = "source/${pname}";