teleport_18: init at 18.1.1

(cherry picked from commit f073e6214c)
This commit is contained in:
JuliusFreudenberger
2025-05-26 14:52:31 +03:00
parent 25ef88b40f
commit 21037c0b4c
2 changed files with 17 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ let
packages = with pkgs; {
"16" = teleport_16;
"17" = teleport_17;
"18" = teleport_18;
};
minimal = package: {

View File

@@ -0,0 +1,16 @@
{
buildTeleport,
buildGo124Module,
wasm-bindgen-cli_0_2_99,
}:
buildTeleport rec {
version = "18.1.1";
hash = "sha256-xhf6WwgR3VwjtvFo0/b9A0RcyY7dklPfPUakludUmm8=";
vendorHash = "sha256-63pqTI92045/V8Gf+TDKUWLV9eO4hVKOHtgWbYnAf6I=";
pnpmHash = "sha256-ZuMMacsyr2rGLVDlaEwA7IbZZfGBuTRBOv4Q6XIjDek=";
cargoHash = "sha256-ia4We4IfIkqz82aFMVvXdzjDXw0w+OJSPVdutfau6PA=";
wasm-bindgen-cli = wasm-bindgen-cli_0_2_99;
buildGoModule = buildGo124Module;
}