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

exoscale-cli: 1.41.0 -> 1.42.0
This commit is contained in:
Bobby Rong 2021-09-17 23:08:49 +08:00 committed by GitHub
commit 3f1df4d5bf
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.41.0";
version = "1.42.0";
src = fetchFromGitHub {
owner = "exoscale";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-0utKBCe65lCaamoF4uqvku1zTX2QPpV/6xBtpGteVYw=";
sha256 = "sha256-t6/w998mTsFl/V/zcbVxokJk4VZWDoOXsjr93GW7Zh4=";
};
goPackagePath = "github.com/exoscale/cli";