exoscale-cli: 1.77.2 -> 1.83.1

This commit is contained in:
Albin Parou
2025-02-20 13:53:50 +01:00
parent a9b4f7b85d
commit 3bc1d33e81
+4 -2
View File
@@ -7,19 +7,21 @@
buildGoModule rec {
pname = "exoscale-cli";
version = "1.77.2";
version = "1.83.1";
src = fetchFromGitHub {
owner = "exoscale";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-hVuQBdmVBEwioNYHPUneF5Ink12Lh5cdS7UU2hd6SXs=";
sha256 = "sha256-gs6fLczd4BhiiwXPAFICSwPtDOQGsPZf7KVL3K+782s=";
};
vendorHash = null;
nativeBuildInputs = [ installShellFiles ];
excludedPackages = [ "internal/integ" ];
ldflags = [
"-s"
"-w"