about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-10 21:49:15 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-02-10 21:49:15 +0000
commite34292de3dca9fa82a23f14b87da7aebef0ace65 (patch)
treec1aba49a3f54eb152ea5e6efacf702ce4c9462c5
parent5199bf37eb18f0f45fccc4b10db5c3cddf5d79fd (diff)
acme-sh: 3.0.1 -> 3.0.2
-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 f9fda024cf164..5c78b0ee212bd 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.1";
+  version = "3.0.2";
 
   src = fetchFromGitHub {
     owner = "acmesh-official";
     repo = "acme.sh";
     rev = version;
-    sha256 = "sha256-CqgaE8SfMPEyr97t/yfh9FqvdRPWIQiu/jkWAvurUyQ=";
+    sha256 = "sha256-sv67XjNQ/+E7uF7IW+96BeOWm3uonMboehVtBh1l9/E=";
   };
 
   nativeBuildInputs = [