temporal-cli: 1.3.0 -> 1.4.0
This commit is contained in:
parent
691ceebaef
commit
bbe3f31cf8
@ -4,20 +4,21 @@
|
|||||||
buildGoModule,
|
buildGoModule,
|
||||||
installShellFiles,
|
installShellFiles,
|
||||||
stdenv,
|
stdenv,
|
||||||
|
nix-update-script,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildGoModule (finalAttrs: {
|
buildGoModule (finalAttrs: {
|
||||||
pname = "temporal-cli";
|
pname = "temporal-cli";
|
||||||
version = "1.3.0";
|
version = "1.4.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "temporalio";
|
owner = "temporalio";
|
||||||
repo = "cli";
|
repo = "cli";
|
||||||
tag = "v${finalAttrs.version}";
|
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: {
|
overrideModAttrs = old: {
|
||||||
# https://gitlab.com/cznic/libc/-/merge_requests/10
|
# https://gitlab.com/cznic/libc/-/merge_requests/10
|
||||||
@ -55,6 +56,8 @@ buildGoModule (finalAttrs: {
|
|||||||
|
|
||||||
__darwinAllowLocalNetworking = true;
|
__darwinAllowLocalNetworking = true;
|
||||||
|
|
||||||
|
passthru.updateScript = nix-update-script { };
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Command-line interface for running Temporal Server and interacting with Workflows, Activities, Namespaces, and other parts of Temporal";
|
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";
|
homepage = "https://docs.temporal.io/cli";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user