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

exoscale-cli: 1.67.0 -> 1.68.0
This commit is contained in:
Weijia Wang 2023-05-05 00:36:06 +03:00 committed by GitHub
commit abe3b3f86a
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.67.0";
version = "1.68.0";
src = fetchFromGitHub {
owner = "exoscale";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-nJhz9hRyUhYxb9Yes7zwnseDySONrpu2X1m1gGtbzpE=";
sha256 = "sha256-GDnHwHKbe+8Qv2zxcKqHQ9s9dS9jvE6qNXe35FeQEKQ=";
};
vendorHash = null;