summary refs log tree commit diff
path: root/pkgs/tools/admin/pebble
diff options
context:
space:
mode:
authorEmily <vcs@emily.moe>2020-03-24 05:21:39 +0000
committerEmily <vcs@emily.moe>2020-04-18 05:15:47 +0100
commit6285d5eabda26d0e696a328bcc9b8bf33dea1b3a (patch)
treedfafb673d525bd2705743d32cac6911e50531b36 /pkgs/tools/admin/pebble
parentb4c36fe4366b3ec2694fbdab96d48cfde17c36fb (diff)
downloadnixpkgs-6285d5eabda26d0e696a328bcc9b8bf33dea1b3a.tar
nixpkgs-6285d5eabda26d0e696a328bcc9b8bf33dea1b3a.tar.gz
nixpkgs-6285d5eabda26d0e696a328bcc9b8bf33dea1b3a.tar.bz2
nixpkgs-6285d5eabda26d0e696a328bcc9b8bf33dea1b3a.tar.lz
nixpkgs-6285d5eabda26d0e696a328bcc9b8bf33dea1b3a.tar.xz
nixpkgs-6285d5eabda26d0e696a328bcc9b8bf33dea1b3a.tar.zst
nixpkgs-6285d5eabda26d0e696a328bcc9b8bf33dea1b3a.zip
pebble: v2.2.2 -> v2.3.0
Also add myself to maintainers and correct meta.homepage.
Diffstat (limited to 'pkgs/tools/admin/pebble')
-rw-r--r--pkgs/tools/admin/pebble/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/tools/admin/pebble/default.nix b/pkgs/tools/admin/pebble/default.nix
index 5aa220fd89e..efd9bfe0596 100644
--- a/pkgs/tools/admin/pebble/default.nix
+++ b/pkgs/tools/admin/pebble/default.nix
@@ -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 ];
   };
 }