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

exoscale-cli: 1.63.0 -> 1.67.0
This commit is contained in:
Weijia Wang
2023-04-20 23:19:25 +03:00
committed by GitHub
+3 -3
View File
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "exoscale-cli";
version = "1.63.0";
version = "1.67.0";
src = fetchFromGitHub {
owner = "exoscale";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-YRpaPUKExHewuDqIlXjS32Bu6eMHam153Cfbv+crs9M=";
sha256 = "sha256-nJhz9hRyUhYxb9Yes7zwnseDySONrpu2X1m1gGtbzpE=";
};
vendorSha256 = null;
vendorHash = null;
nativeBuildInputs = [ installShellFiles ];