pebble: v2.2.2 -> v2.3.0

Also add myself to maintainers and correct meta.homepage.
This commit is contained in:
Emily 2020-03-24 05:21:39 +00:00
parent b4c36fe436
commit 6285d5eabd

View File

@ -4,7 +4,7 @@
}: }:
let let
version = "v2.2.2"; version = "v2.3.0";
pname = "pebble"; pname = "pebble";
in buildGoPackage { in buildGoPackage {
inherit pname version; inherit pname version;
@ -14,13 +14,13 @@ in buildGoPackage {
owner = "letsencrypt"; owner = "letsencrypt";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "10g6ivdxxp3632wk0gvmp75v9x668kchhmlczbsq8qnsc8sb8pwf"; sha256 = "1piwzzfqsdx6s2niczzp4mf4r3qn9nfdgpn7882g52cmmm0vzks2";
}; };
meta = { meta = {
homepage = "https://github.com/letsencrypt/boulder"; homepage = "https://github.com/letsencrypt/pebble";
description = "A miniature version of Boulder, Pebble is a small RFC 8555 ACME test server not suited for a production CA"; description = "A miniature version of Boulder, Pebble is a small RFC 8555 ACME test server not suited for a production CA";
license = [ lib.licenses.mpl20 ]; license = [ lib.licenses.mpl20 ];
maintainers = [ ]; maintainers = with lib.maintainers; [ emily ];
}; };
} }