Merge pull request #203765 from r-ryantm/auto-update/acme-sh

acme-sh: 3.0.4 -> 3.0.5
This commit is contained in:
Christian Höppner 2022-12-04 16:54:22 +00:00 committed by GitHub
commit 33569a984d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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