about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorChristian Höppner <mkaito@users.noreply.github.com>2022-12-04 16:54:22 +0000
committerGitHub <noreply@github.com>2022-12-04 16:54:22 +0000
commit33569a984dbaa707d4848e66a56ebc526a273d2a (patch)
treeb72eedd3398b2fe8b4ac4f0c2b4a98e69292cfb8 /pkgs/tools
parent795024f23db30f38e933a9882d62f3b90cb5ea2b (diff)
parent0334b30dce4f71dd4dfb8f181a3c562d9feafa63 (diff)
Merge pull request #203765 from r-ryantm/auto-update/acme-sh
acme-sh: 3.0.4 -> 3.0.5
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/admin/acme-sh/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/tools/admin/acme-sh/default.nix b/pkgs/tools/admin/acme-sh/default.nix
index 544bd9f041238..d6c661583e6e7 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.4";
+  version = "3.0.5";
 
   src = fetchFromGitHub {
     owner = "acmesh-official";
     repo = "acme.sh";
-    rev = version;
-    sha256 = "sha256-PHxL48Gj6CJG4r3LXKQCU0KARmTu7DQrC29oLi7gvU8=";
+    rev = "refs/tags/${version}";
+    hash = "sha256-IDhJRIsk+a+tP+ZeNm6nGvkDh54M0uvAMnSWHbCF3E8=";
   };
 
   nativeBuildInputs = [
@@ -53,6 +53,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     homepage = "https://acme.sh/";
+    changelog = "https://github.com/acmesh-official/acme.sh/releases/tag/${version}";
     description = "A pure Unix shell script implementing ACME client protocol";
     longDescription = ''
       An ACME Shell script: acme.sh