From 008aa8d8b7f5ca9f96cd560ffe04d2ff284dd015 Mon Sep 17 00:00:00 2001 From: AndersonTorres Date: Sun, 2 Jan 2022 10:36:25 -0300 Subject: [PATCH] acme-sh: 3.0.0 -> 3.0.1 --- pkgs/tools/admin/acme-sh/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/admin/acme-sh/default.nix b/pkgs/tools/admin/acme-sh/default.nix index 00812537777a..f9fda024cf16 100644 --- a/pkgs/tools/admin/acme-sh/default.nix +++ b/pkgs/tools/admin/acme-sh/default.nix @@ -15,13 +15,13 @@ stdenv.mkDerivation rec { pname = "acme.sh"; - version = "3.0.0"; + version = "3.0.1"; src = fetchFromGitHub { - owner = "Neilpang"; + owner = "acmesh-official"; repo = "acme.sh"; rev = version; - sha256 = "sha256-KWSDAHzvNl8Iao13OV/ExRoKqkc9nouWim+bAN1V+Jo="; + sha256 = "sha256-CqgaE8SfMPEyr97t/yfh9FqvdRPWIQiu/jkWAvurUyQ="; }; nativeBuildInputs = [