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

exoscale-cli: 1.69.0 -> 1.70.0
This commit is contained in:
figsoda 2023-06-06 10:05:23 -04:00 committed by GitHub
commit 7201a4ebcb
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.69.0";
version = "1.70.0";
src = fetchFromGitHub {
owner = "exoscale";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-TPsi03SKlcy6QJ91vtgpDwTD2YMfo2fPgKnbmkZG9NQ=";
sha256 = "sha256-PTgoCKhIQYt6FDMiHDdPqdyLR+wImGPYSshOT/WZz7U=";
};
vendorHash = null;