exoscale-cli: 1.69.0 -> 1.70.0

This commit is contained in:
R. Ryantm 2023-06-06 04:11:57 +00:00
parent 49e06b9347
commit 0b0942a0e8

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;