teleport: Re-add possibility for overrides (#444580)

This commit is contained in:
Philip Taron
2025-09-20 13:10:55 +00:00
committed by GitHub
3 changed files with 9 additions and 2 deletions
+3 -1
View File
@@ -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;
}
+3 -1
View File
@@ -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;
}
+3
View File
@@ -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;
}