temporal-cli: 1.3.0 -> 1.4.0

This commit is contained in:
Aaron Jheng 2025-07-13 16:43:16 +08:00
parent 691ceebaef
commit bbe3f31cf8
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3

View File

@ -4,20 +4,21 @@
buildGoModule,
installShellFiles,
stdenv,
nix-update-script,
}:
buildGoModule (finalAttrs: {
pname = "temporal-cli";
version = "1.3.0";
version = "1.4.0";
src = fetchFromGitHub {
owner = "temporalio";
repo = "cli";
tag = "v${finalAttrs.version}";
hash = "sha256-9O+INXJhNwgwwvC0751ifdHmxbD0qI5A3LdDb4Krk/o=";
hash = "sha256-y4NS9IoGknHOKLJtAZBbruwRTqjUmQTKtEYNlixwyL8=";
};
vendorHash = "sha256-Xe/qrlqg6DpCNmsO/liTKjWIaY3KznkOQdXSSoJVZq4=";
vendorHash = "sha256-dWcf4X8/Wy/TULdT6PbiMaOd1d+haBlnII+6VKazrD4=";
overrideModAttrs = old: {
# https://gitlab.com/cznic/libc/-/merge_requests/10
@ -55,6 +56,8 @@ buildGoModule (finalAttrs: {
__darwinAllowLocalNetworking = true;
passthru.updateScript = nix-update-script { };
meta = {
description = "Command-line interface for running Temporal Server and interacting with Workflows, Activities, Namespaces, and other parts of Temporal";
homepage = "https://docs.temporal.io/cli";