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

exoscale-cli: 1.24.0 -> 1.26.0
This commit is contained in:
Ryan Mulligan 2021-03-29 04:00:55 -07:00 committed by GitHub
commit a48973b8fe
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.24.0";
version = "1.26.0";
src = fetchFromGitHub {
owner = "exoscale";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-uriXZ4fEUswSBh9hv122wkAPHOnmt6+AodKkCHAMSh8=";
sha256 = "sha256-vYezpO5Oe5KXmCx6D70GMKamhK8/EiaV2BPb0tQLDzg=";
};
goPackagePath = "github.com/exoscale/cli";