mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-06 04:53:27 +00:00
temporal-cli: inherit version of tctl-next
This commit is contained in:
parent
5cfe3df29c
commit
49bb843df8
@ -101,7 +101,7 @@ let
|
|||||||
in
|
in
|
||||||
symlinkJoin rec {
|
symlinkJoin rec {
|
||||||
pname = "temporal-cli";
|
pname = "temporal-cli";
|
||||||
inherit (tctl) version;
|
inherit (tctl-next) version;
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
|
|
||||||
paths = [
|
paths = [
|
||||||
|
Loading…
Reference in New Issue
Block a user