about summary refs log tree commit diff
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2021-08-08 19:12:49 +0300
committerGitHub <noreply@github.com>2021-08-08 19:12:49 +0300
commit93c14ae9016bd88d502f80165c322b1262e6c9e4 (patch)
treedefb7e9fb9d82ae7474f58226c92ca20260bab10
parent7a5fa38f793856e338a812d709c026f08925971b (diff)
parent48642977c571fc2f496bf5b738ebc3a2cb76b005 (diff)
Merge pull request #132396 from r-ryantm/auto-update/acme.sh
acme-sh: 2.9.0 -> 3.0.0
-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 83d4387bd359e..efa565bc3e700 100644
--- a/pkgs/tools/admin/acme.sh/default.nix
+++ b/pkgs/tools/admin/acme.sh/default.nix
@@ -2,13 +2,13 @@
   unixtools, dnsutils, coreutils, gnugrep, gnused }:
 stdenv.mkDerivation rec {
   pname = "acme.sh";
-  version = "2.9.0";
+  version = "3.0.0";
 
   src = fetchFromGitHub {
     owner = "Neilpang";
     repo = "acme.sh";
     rev = version;
-    sha256 = "sha256-BSKqfj8idpE4OV8/EJkCFo5i1vq/aEde/moqJcwuDvk=";
+    sha256 = "sha256-KWSDAHzvNl8Iao13OV/ExRoKqkc9nouWim+bAN1V+Jo=";
   };
 
   nativeBuildInputs = [ makeWrapper ];