Merge pull request #285973 from r-ryantm/auto-update/acme-client
acme-client: 1.3.2 -> 1.3.3
This commit is contained in:
commit
019c78f93d
1 changed files with 3 additions and 3 deletions
|
@ -8,11 +8,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "acme-client";
|
||||
version = "1.3.2";
|
||||
version = "1.3.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://data.wolfsden.cz/sources/acme-client-${version}.tar.gz";
|
||||
hash = "sha256-nVB0VIT6mwKwSTY+wDcuxMtpEjtZ9Z0ke0lJ7SzdsJ0=";
|
||||
hash = "sha256-HJOk2vlDD7ADrLdf/eLEp+teu9XN0KrghEe6y4FIDoI=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "Secure ACME/Let's Encrypt client";
|
||||
homepage = "https://sr.ht/~graywolf/acme-client-portable/";
|
||||
homepage = "https://git.wolfsden.cz/acme-client-portable";
|
||||
platforms = platforms.unix;
|
||||
license = licenses.isc;
|
||||
maintainers = with maintainers; [ pmahoney ];
|
||||
|
|
Loading…
Reference in a new issue