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

exoscale-cli: 1.57.0 -> 1.58.0
This commit is contained in:
Sandro 2022-07-08 14:03:38 +02:00 committed by GitHub
commit aa0897dedf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "exoscale-cli"; pname = "exoscale-cli";
version = "1.57.0"; version = "1.58.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "exoscale"; owner = "exoscale";
repo = "cli"; repo = "cli";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-q+KbRtgZdyFaDIeRJ9H0bIXrgnUcuKNaMnbk701rzTs="; sha256 = "sha256-+sofCsjx1PDuol9MjyRS2Bmppkv/1yrAo8Hzl+3ackc=";
}; };
vendorSha256 = null; vendorSha256 = null;