teleport_18: 18.9.1 -> 18.9.2

Assisted-by: Claude Code (claude-sonnet-5)
This commit is contained in:
Riventh
2026-07-03 23:45:39 +02:00
parent b5f7917921
commit 5742b4ed4b

View File

@@ -1,19 +1,19 @@
{
buildTeleport,
buildGo125Module,
wasm-bindgen-cli_0_2_99,
wasm-bindgen-cli_0_2_122,
withRdpClient ? true,
extPatches ? [ ],
}:
buildTeleport {
version = "18.9.1";
hash = "sha256-FIPExc8tMoPXfWc7pQjwQRkxmiQEOxdkYgWS0GejQuk=";
vendorHash = "sha256-BlQhypAoK85ID0pgmXbUboks88qjSg3p5E8qxyTIc9M=";
pnpmHash = "sha256-ZGbuBMPwC3u/2qDTVLH2InOGVc94Vq0i3AKHMsOwq3k=";
cargoHash = "sha256-KbmacTEOElmboHMK6YxWGC0brlDsX7kcvpaOOZmuops=";
version = "18.9.2";
hash = "sha256-w6qCH57L2rwClbSpZeG01eekzj3JRNijwSdfl+wx8v8=";
vendorHash = "sha256-LJmpFHvFsBsneq1Cl3vvqxBGB94gSjaikNDZtQfwNjM=";
pnpmHash = "sha256-8tKVv5SPJlS89EsHhF8qpThkh4n47qRBbHDCgX17Cdg=";
cargoHash = "sha256-+B5fGIzCpiYmqVcM4iy+PTIdtvuvtufQiXMHNzHTDlQ=";
wasm-bindgen-cli = wasm-bindgen-cli_0_2_99;
wasm-bindgen-cli = wasm-bindgen-cli_0_2_122;
buildGoModule = buildGo125Module;
inherit withRdpClient extPatches;
}