temporal-cli, tctl-next: 0.11.0 -> 0.12.0 (#311083)

authored by Aaron Jheng and committed by GitHub aa2a3f9d 9bd52d8f

+4 -3
+4 -3
pkgs/applications/networking/cluster/temporal-cli/default.nix
··· 17 18 tctl-next = buildGoModule rec { 19 pname = "tctl-next"; 20 - version = "0.11.0"; 21 22 src = fetchFromGitHub { 23 owner = "temporalio"; 24 repo = "cli"; 25 rev = "v${version}"; 26 - hash = "sha256-sOmXLqc1O96/50A08b9Rlk5xlmqg2S+5nWachC74IV8="; 27 }; 28 29 - vendorHash = "sha256-tZvzCQzYIIqoSefm4ty+RI7fFKWWw2OopYGGX8zS6JM="; 30 31 inherit overrideModAttrs; 32 ··· 50 postInstall = '' 51 installShellCompletion --cmd temporal \ 52 --bash <($out/bin/temporal completion bash) \ 53 --zsh <($out/bin/temporal completion zsh) 54 ''; 55
··· 17 18 tctl-next = buildGoModule rec { 19 pname = "tctl-next"; 20 + version = "0.12.0"; 21 22 src = fetchFromGitHub { 23 owner = "temporalio"; 24 repo = "cli"; 25 rev = "v${version}"; 26 + hash = "sha256-rqwDubKNBvtJ4rTQheCoSIcbfQZQN3iD99PcZewmx5c="; 27 }; 28 29 + vendorHash = "sha256-bnmlh11gtNdgcrI20gjNqxWB+OQTv0b9lgETucoBaXc="; 30 31 inherit overrideModAttrs; 32 ··· 50 postInstall = '' 51 installShellCompletion --cmd temporal \ 52 --bash <($out/bin/temporal completion bash) \ 53 + --fish <($out/bin/temporal completion fish) \ 54 --zsh <($out/bin/temporal completion zsh) 55 ''; 56