Merge branch 'staging-next' into staging

This commit is contained in:
Jan Tojnar
2020-04-29 08:35:47 +02:00
144 changed files with 1031 additions and 1452 deletions

View File

@@ -22,6 +22,6 @@ buildGoModule rec {
description = "Let's Encrypt client and ACME library written in Go";
license = licenses.mit;
homepage = "https://go-acme.github.io/lego/";
maintainers = with maintainers; [ andrew-d ];
maintainers = teams.acme.members;
};
}

View File

@@ -21,6 +21,6 @@ in buildGoPackage {
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 = with lib.maintainers; [ emily ];
maintainers = lib.teams.acme.members;
};
}

View File

@@ -2,7 +2,7 @@
buildGoPackage rec{
pname = "scaleway-cli";
version = "1.17";
version = "1.20";
goPackagePath = "github.com/scaleway/scaleway-cli";
@@ -10,7 +10,7 @@ buildGoPackage rec{
owner = "scaleway";
repo = "scaleway-cli";
rev = "v${version}";
sha256 = "0v50wk6q8537880whi6w83dia9y934v0s2xr1z52cn3mrsjghsnd";
sha256 = "14likzp3hl04nq9nmpmh9m5zqjyspy5cyk20dkh03c1nhkd4vcnx";
};
meta = with stdenv.lib; {