about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-05-04 15:24:14 +0000
committerJon <jonringer@users.noreply.github.com>2020-05-05 18:53:18 -0700
commit9920886a958918708bf2147996ea3e32c309a358 (patch)
treec7564b0d54f9dc34ad8c8efb3d2e919ad6d2339a
parent81fe8b79671b70e32d1c99d9d6bada1caa89ad37 (diff)
acme-sh: 2.8.5 -> 2.8.6
-rw-r--r--pkgs/tools/admin/acme.sh/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/admin/acme.sh/default.nix b/pkgs/tools/admin/acme.sh/default.nix
index 8d4863757adea..2254f2e22d9d1 100644
--- a/pkgs/tools/admin/acme.sh/default.nix
+++ b/pkgs/tools/admin/acme.sh/default.nix
@@ -1,13 +1,13 @@
 { stdenv, lib, fetchFromGitHub, makeWrapper, curl, openssl, socat, iproute, unixtools, dnsutils }:
 stdenv.mkDerivation rec {
   pname = "acme.sh";
-  version = "2.8.5";
+  version = "2.8.6";
 
   src = fetchFromGitHub {
     owner = "Neilpang";
     repo = "acme.sh";
     rev = version;
-    sha256 = "0yxhfdb0jz0wn10ka6c79qvcx07656vsaxmjls8qgcfgc472ymhs";
+    sha256 = "0zbs8vzbh89wxf36h9mvhin2p85n3jrsq6l5i40q1zkzgwi3648n";
   };
 
   nativeBuildInputs = [ makeWrapper ];