Merge pull request #118206 from r-ryantm/auto-update/exoscale-cli

exoscale-cli: 1.26.0 -> 1.27.0
This commit is contained in:
Ryan Mulligan 2021-04-01 06:31:33 -07:00 committed by GitHub
commit 19b246ee0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoPackage rec {
pname = "exoscale-cli";
version = "1.26.0";
version = "1.27.0";
src = fetchFromGitHub {
owner = "exoscale";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-vYezpO5Oe5KXmCx6D70GMKamhK8/EiaV2BPb0tQLDzg=";
sha256 = "sha256-bKciwcYGETwVdUS4qdByHLWKt16PpBtTvW/dvuclIpA=";
};
goPackagePath = "github.com/exoscale/cli";