tcld: 0.41.0 -> 0.55.0 (#514318)

This commit is contained in:
Peder Bergebakken Sundt
2026-04-30 22:42:37 +00:00
committed by GitHub
2 changed files with 6 additions and 9 deletions
+4 -7
View File
@@ -1,15 +1,12 @@
diff --git a/app/app.go b/app/app.go
index 57a9b36fdb..96acf94dc1 100644
index a9c2dae..23d1527 100644
--- a/app/app.go
+++ b/app/app.go
@@ -28,6 +28,7 @@
@@ -38,6 +38,7 @@ func NewApp(params AppParams) (*cli.App, error) {
EnableDebugLogsFlag,
},
Commands: params.Commands,
Commands: enabledCommands,
+ EnableBashCompletion: true,
}
return app, nil
diff --git a/compgen.patch b/compgen.patch
new file mode 100644
index 0000000000..e69de29bb2
return app, nil
+2 -2
View File
@@ -10,12 +10,12 @@
buildGoModule (finalAttrs: {
pname = "tcld";
version = "0.41.0";
version = "0.55.0";
src = fetchFromGitHub {
owner = "temporalio";
repo = "tcld";
tag = "v${finalAttrs.version}";
hash = "sha256-Jnm6l9Jj1mi9esDS6teKTEMhq7V1QD/dTl3qFhKsW4o=";
hash = "sha256-VbhjfcGSXMJr/oaSDA7s8EuJhmyCdFfyix4T0bTfNE0=";
# Populate values from the git repository; by doing this in 'postFetch' we
# can delete '.git' afterwards and the 'src' should stay reproducible.
leaveDotGit = true;