exoscale-cli: 1.70.0 -> 1.71.0 (#240707)

This commit is contained in:
R. RyanTM 2023-06-30 07:04:08 -07:00 committed by GitHub
parent e3d670ea1c
commit ca3ba6dc3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "exoscale-cli";
version = "1.70.0";
version = "1.71.0";
src = fetchFromGitHub {
owner = "exoscale";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-PTgoCKhIQYt6FDMiHDdPqdyLR+wImGPYSshOT/WZz7U=";
sha256 = "sha256-GSr5q/djXFv+Hg9RxMSOfG6/57rysD1LxJdKfzcGG64=";
};
vendorHash = null;