Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-04-22 18:14:27 +00:00
committed by GitHub
37 changed files with 229 additions and 405 deletions

View File

@@ -2,13 +2,13 @@
buildGoPackage rec {
pname = "exoscale-cli";
version = "1.27.2";
version = "1.28.0";
src = fetchFromGitHub {
owner = "exoscale";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-Wq3CWKYuF4AaOVpe0sGn9BzLx/6rSPFN6rFc2jUUVEA=";
sha256 = "sha256-YbWh4ZIlcxAD/8F/fsYIWjv5hKaHNNi+sNrD7Ax/xDw=";
};
goPackagePath = "github.com/exoscale/cli";