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

exoscale-cli: 1.30.0 -> 1.31.0
This commit is contained in:
Sandro 2021-06-04 09:59:45 +02:00 committed by GitHub
commit b0d2ec2b45
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.30.0";
version = "1.31.0";
src = fetchFromGitHub {
owner = "exoscale";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-7KuQC9L9Tp4s0E2iOlhgmezzjys1UhpHEe0gaYcy8oM=";
sha256 = "sha256-2CK/W8h0xfReqYt4a3qQ88Ydr8u9Ky6DfttJJaGu9kM=";
};
goPackagePath = "github.com/exoscale/cli";