temporal-cli: tweak update script (#436989)

This commit is contained in:
Sandro
2025-08-30 20:58:12 +02:00
committed by GitHub
+6 -1
View File
@@ -56,7 +56,12 @@ buildGoModule (finalAttrs: {
__darwinAllowLocalNetworking = true;
passthru.updateScript = nix-update-script { };
passthru.updateScript = nix-update-script {
extraArgs = [
"--version-regex"
"^v(\\d+\\.\\d+\\.\\d+)$"
];
};
meta = {
description = "Command-line interface for running Temporal Server and interacting with Workflows, Activities, Namespaces, and other parts of Temporal";