Unverified Commit bbf0cc7c authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

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

parents 47a1390d ec923b65
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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 −0
Original line number Diff line number Diff line
@@ -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;
}