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.5.5 https://github.com/gravitational/teleport/releases/tag/v17.5.6 https://github.com/gravitational/teleport/releases/tag/v17.6.0 https://github.com/gravitational/teleport/releases/tag/v17.7.0 Diff: https://github.com/gravitational/teleport/compare/v17.5.4...v17.7.0 Also add fix for error: "ERROR: mkdir /homeless-shelter: permission denied"
17 lines
468 B
Nix
17 lines
468 B
Nix
{
|
|
buildTeleport,
|
|
buildGo123Module,
|
|
wasm-bindgen-cli_0_2_95,
|
|
}:
|
|
|
|
buildTeleport rec {
|
|
version = "17.7.0";
|
|
hash = "sha256-+NfYpA6BDpD0/YCMj2y2torgw/ihd279SLTmPySIqvk=";
|
|
vendorHash = "sha256-NWZKLiub68OR0U3RkCOLCe4vrzXdOCitYm3ITOU3nhk=";
|
|
cargoHash = "sha256-qz8gkooQTuBlPWC4lHtvBQpKkd+nEZ0Hl7AVg9JkPqs=";
|
|
pnpmHash = "sha256-I1mQ/F1ethOPA0jlrN+3ClByk7Ifw6LPbgjSvPx44D4=";
|
|
|
|
wasm-bindgen-cli = wasm-bindgen-cli_0_2_95;
|
|
buildGoModule = buildGo123Module;
|
|
}
|