A modern, network-enabled music player platform built on Rockbox technology. rockboxd.tsiry-sandratraina.com
rust deno navidrome airplay libadwaita zig mpris snapcast mpd rockbox audio subsonic
2

Configure Feed

Select the types of activity you want to include in your feed.

fix(nix): bump cargoDeps vendor hash after Cargo.lock version bumps

Workspace crate version bumps changed Cargo.lock, so the vendored-deps
hash no longer matched and the cargoSetupPostPatchHook consistency check
failed the rockbox-rustlibs build.

+1 -1
+1 -1
flake.nix
··· 260 260 # then paste the printed hash below. 261 261 cargoDeps = pkgs.rustPlatform.fetchCargoVendor { 262 262 src = rustSrc; 263 - hash = "sha256-wjTaGAZrpgPGnmwe9nwsOLULQHc5wjoltu+D+LPrwNw="; 263 + hash = "sha256-oGG4opCZM5YxEs7oA+deEBrT0CBEFr9ZK5nW0Jjmv6k="; 264 264 }; 265 265 266 266 # ── Rust staticlibs (separately cached) ──────────────────────────────