yggdrasil-jumper: 0.3.1 -> 0.4.1

This commit is contained in:
Remy D. Farley
2025-09-09 14:03:39 +00:00
parent 997d04299d
commit 8d8b6e7b59
2 changed files with 5 additions and 3 deletions

View File

@@ -116,6 +116,8 @@
- `vmware-horizon-client` was renamed to `omnissa-horizon-client`, following [VMware's sale of their end-user business to Omnissa](https://www.omnissa.com/insights/introducing-omnissa-the-former-vmware-end-user-computing-business/). The binary has been renamed from `vmware-view` to `horizon-client`.
- `yggdrasil-jumper` has been updated to v0.4, changing traversal protocol. See [release notes](https://github.com/one-d-wide/yggdrasil-jumper/releases/tag/v0.4.0).
- `neovimUtils.makeNeovimConfig` now uses `customLuaRC` parameter instead of accepting `luaRcContent`. The old usage is deprecated but still works with a warning.
- `telegram-desktop` packages now uses `Telegram` for its binary. The previous name was `telegram-desktop`. This is due to [an upstream decision](https://github.com/telegramdesktop/tdesktop/commit/56ff5808a3d766f892bc3c3305afb106b629ef6f) to make the name consistent with other platforms.

View File

@@ -7,16 +7,16 @@
rustPlatform.buildRustPackage rec {
pname = "yggdrasil-jumper";
version = "0.3.1";
version = "0.4.1";
src = fetchFromGitHub {
owner = "one-d-wide";
repo = "yggdrasil-jumper";
rev = "refs/tags/v${version}";
hash = "sha256-Op3KBJ911AjB7BIJuV4xR8KHMxBtQj7hf++tC1g7SlM=";
hash = "sha256-e/QTLWqRlEFMl3keQMeJaxfVJh28W/WbuUsmEAaLAf4=";
};
cargoHash = "sha256-EbG83rGlUbiJC1qm9H1+YrCFSq23kSDeW7KMHP8Wee8=";
cargoHash = "sha256-aWDeRcOV/5x0BB0aunp52en9hIuPrYr+pNgLCjiscaE=";
passthru.updateScript = nix-update-script { };