mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
Changelogs: https://github.com/gravitational/teleport/releases/tag/v18.1.2 https://github.com/gravitational/teleport/releases/tag/v18.1.3 https://github.com/gravitational/teleport/releases/tag/v18.1.4 https://github.com/gravitational/teleport/releases/tag/v18.1.5 https://github.com/gravitational/teleport/releases/tag/v18.1.6 https://github.com/gravitational/teleport/releases/tag/v18.1.7 https://github.com/gravitational/teleport/releases/tag/v18.1.8 https://github.com/gravitational/teleport/releases/tag/v18.2.0
Diff: https://github.com/gravitational/teleport/compare/v18.1.1...v18.2.0
(cherry picked from commit 2c32d07791)
17 lines
468 B
Nix
17 lines
468 B
Nix
{
|
|
buildTeleport,
|
|
buildGo124Module,
|
|
wasm-bindgen-cli_0_2_99,
|
|
}:
|
|
|
|
buildTeleport rec {
|
|
version = "18.2.0";
|
|
hash = "sha256-JWgGRv9pK76u7IxwqnBcuAI93XIKfIVvme7l+a/3J7c=";
|
|
vendorHash = "sha256-oPi/rIuwze2ZlyHfZ2MdDHHvdIaF2IZ2aklEVNRgoLo=";
|
|
pnpmHash = "sha256-wW4RT1uqOTpy8wKIsAOfIlxoOamTzPqEbFQRAub+sn4=";
|
|
cargoHash = "sha256-ia4We4IfIkqz82aFMVvXdzjDXw0w+OJSPVdutfau6PA=";
|
|
|
|
wasm-bindgen-cli = wasm-bindgen-cli_0_2_99;
|
|
buildGoModule = buildGo124Module;
|
|
}
|