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/v17.7.1 https://github.com/gravitational/teleport/releases/tag/v17.7.2 https://github.com/gravitational/teleport/releases/tag/v17.7.3
Diff: https://github.com/gravitational/teleport/compare/v17.7.0...v17.7.3
(cherry picked from commit e171fab899)
17 lines
468 B
Nix
17 lines
468 B
Nix
{
|
|
buildTeleport,
|
|
buildGo124Module,
|
|
wasm-bindgen-cli_0_2_95,
|
|
}:
|
|
|
|
buildTeleport rec {
|
|
version = "17.7.3";
|
|
hash = "sha256-YSYkJRAeu7iPOs/gFnozZbks0Fx5srNH0VjrKvFmHZo=";
|
|
vendorHash = "sha256-7Rb94ERtp3H1Jwyh9d7AFT06d4xXdnfe5tpdvJQrbUQ=";
|
|
cargoHash = "sha256-qz8gkooQTuBlPWC4lHtvBQpKkd+nEZ0Hl7AVg9JkPqs=";
|
|
pnpmHash = "sha256-ZONs8z8mgBBQBmqaDGJKqhmtUKBrxE8BGYppbAqpQmg=";
|
|
|
|
wasm-bindgen-cli = wasm-bindgen-cli_0_2_95;
|
|
buildGoModule = buildGo124Module;
|
|
}
|