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

exoscale-cli: 1.68.0 -> 1.69.0
This commit is contained in:
figsoda 2023-05-20 10:40:18 -04:00 committed by GitHub
commit 65e9e6ce2a
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.68.0";
version = "1.69.0";
src = fetchFromGitHub {
owner = "exoscale";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-GDnHwHKbe+8Qv2zxcKqHQ9s9dS9jvE6qNXe35FeQEKQ=";
sha256 = "sha256-TPsi03SKlcy6QJ91vtgpDwTD2YMfo2fPgKnbmkZG9NQ=";
};
vendorHash = null;