Unverified Commit 59653753 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

temporal-cli: tweak update script (#436989)

parents 7e012249 dde48aff
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -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";