teleport: Re-add possibility for overrides (#444580)
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
buildTeleport,
|
||||
buildGoModule,
|
||||
wasm-bindgen-cli_0_2_95,
|
||||
withRdpClient ? true,
|
||||
extPatches ? [ ],
|
||||
}:
|
||||
buildTeleport rec {
|
||||
version = "16.5.15";
|
||||
@@ -11,5 +13,5 @@ buildTeleport rec {
|
||||
cargoHash = "sha256-04zykCcVTptEPGy35MIWG+tROKFzEepLBmn04mSbt7I=";
|
||||
|
||||
wasm-bindgen-cli = wasm-bindgen-cli_0_2_95;
|
||||
inherit buildGoModule;
|
||||
inherit buildGoModule withRdpClient extPatches;
|
||||
}
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
buildTeleport,
|
||||
buildGoModule,
|
||||
wasm-bindgen-cli_0_2_95,
|
||||
withRdpClient ? true,
|
||||
extPatches ? [ ],
|
||||
}:
|
||||
|
||||
buildTeleport rec {
|
||||
@@ -12,5 +14,5 @@ buildTeleport rec {
|
||||
pnpmHash = "sha256-ZONs8z8mgBBQBmqaDGJKqhmtUKBrxE8BGYppbAqpQmg=";
|
||||
|
||||
wasm-bindgen-cli = wasm-bindgen-cli_0_2_95;
|
||||
inherit buildGoModule;
|
||||
inherit buildGoModule withRdpClient extPatches;
|
||||
}
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
buildTeleport,
|
||||
buildGo124Module,
|
||||
wasm-bindgen-cli_0_2_99,
|
||||
withRdpClient ? true,
|
||||
extPatches ? [ ],
|
||||
}:
|
||||
|
||||
buildTeleport rec {
|
||||
@@ -13,4 +15,5 @@ buildTeleport rec {
|
||||
|
||||
wasm-bindgen-cli = wasm-bindgen-cli_0_2_99;
|
||||
buildGoModule = buildGo124Module;
|
||||
inherit withRdpClient extPatches;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user