acme-sh: add changelog to meta
This commit is contained in:
parent
714e4dd471
commit
0334b30dce
1 changed files with 3 additions and 2 deletions
|
@ -20,8 +20,8 @@ stdenv.mkDerivation rec {
|
|||
src = fetchFromGitHub {
|
||||
owner = "acmesh-official";
|
||||
repo = "acme.sh";
|
||||
rev = version;
|
||||
sha256 = "sha256-IDhJRIsk+a+tP+ZeNm6nGvkDh54M0uvAMnSWHbCF3E8=";
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue