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

exoscale-cli: 1.58.0 -> 1.59.0
This commit is contained in:
Sebastián Mancilla 2022-08-19 11:37:40 -04:00 committed by GitHub
commit 47ee095081
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.58.0";
version = "1.59.0";
src = fetchFromGitHub {
owner = "exoscale";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-+sofCsjx1PDuol9MjyRS2Bmppkv/1yrAo8Hzl+3ackc=";
sha256 = "sha256-QLIxoCV+QL+uXmT0IdeztzefiOpW9xNVf0XuZPVpp/Y=";
};
vendorSha256 = null;