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): regenerate cargoDeps vendor hash after crate version bumps

fetchCargoVendor bundles a normalized Cargo.lock into its output, so the
rockbox-codecs 0.2.1 / rockbox-playback 0.4.1 / rockbox-ffi 0.3.1 bumps
changed the vendored-deps hash. Update it so `nix build` stops failing
with a hash mismatch.

sha256-JaAKEAyXXSmJwU/DBJOkwOwkTtn0aQuQrdq4xx+ZFVY=
-> sha256-xp2nWa6nX2Q2tV8q1cpvPHEgHPMLaJB3PFI6CaFrRE8=

+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-JaAKEAyXXSmJwU/DBJOkwOwkTtn0aQuQrdq4xx+ZFVY="; 263 + hash = "sha256-xp2nWa6nX2Q2tV8q1cpvPHEgHPMLaJB3PFI6CaFrRE8="; 264 264 }; 265 265 266 266 # ── Rust staticlibs (separately cached) ──────────────────────────────