pebble: v2.2.2 -> v2.3.0
Also add myself to maintainers and correct meta.homepage.
This commit is contained in:
parent
b4c36fe436
commit
6285d5eabd
1 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
|||
}:
|
||||
|
||||
let
|
||||
version = "v2.2.2";
|
||||
version = "v2.3.0";
|
||||
pname = "pebble";
|
||||
in buildGoPackage {
|
||||
inherit pname version;
|
||||
|
@ -14,13 +14,13 @@ in buildGoPackage {
|
|||
owner = "letsencrypt";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "10g6ivdxxp3632wk0gvmp75v9x668kchhmlczbsq8qnsc8sb8pwf";
|
||||
sha256 = "1piwzzfqsdx6s2niczzp4mf4r3qn9nfdgpn7882g52cmmm0vzks2";
|
||||
};
|
||||
|
||||
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";
|
||||
license = [ lib.licenses.mpl20 ];
|
||||
maintainers = [ ];
|
||||
maintainers = with lib.maintainers; [ emily ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue