File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88
99rustPlatform . buildRustPackage {
1010 pname = "librespot-ma" ;
11- version = "0.6.0 -unstable-2025-08-10 " ;
11+ version = "0.7.1 -unstable-2025-11-06 " ;
1212
1313 src = fetchFromGitHub {
1414 owner = "music-assistant" ;
1515 repo = "librespot" ;
16- rev = "accecb60a16334013c0c99a5ded553794ee871b7 " ;
17- hash = "sha256-vPiI8llXB6+ahX+iad/Ut81D3iZcTSVmYGDXXwApk/w =" ;
16+ rev = "2af61256649d6c1ed149791a53a20a595b617704 " ;
17+ hash = "sha256-sarxS6YArK5luX4TRXJUKhreMqhZbsS/3fCVWHxPNpY =" ;
1818 } ;
1919
20- cargoHash = "sha256-Lujz2revTAok9B0hzdl8NVQ5XMRY9ACJzoQHIkIgKMg =" ;
20+ cargoHash = "sha256-CI2BFmQNK1+J2qaKg6u6WM83jwBuWjeh9dROnrF3Kv0 =" ;
2121
2222 nativeBuildInputs = [
2323 pkg-config
Original file line number Diff line number Diff line change @@ -47,14 +47,14 @@ assert
4747
4848python . pkgs . buildPythonApplication rec {
4949 pname = "music-assistant" ;
50- version = "2.6.0 " ;
50+ version = "2.6.2 " ;
5151 pyproject = true ;
5252
5353 src = fetchFromGitHub {
5454 owner = "music-assistant" ;
5555 repo = "server" ;
5656 tag = version ;
57- hash = "sha256-e596gvj+ZZDQzyBVfI50nO0a0eZifrkQVhUNNP2Jj8A =" ;
57+ hash = "sha256-mNSTXMQDG5LiP3Bv9GGy2AO1bQfpFLH8tSCOB/wAzOU =" ;
5858 } ;
5959
6060 patches = [
@@ -193,7 +193,10 @@ python.pkgs.buildPythonApplication rec {
193193 '' ;
194194 homepage = "https://github.com/music-assistant/server" ;
195195 license = lib . licenses . asl20 ;
196- maintainers = with lib . maintainers ; [ hexa ] ;
196+ maintainers = with lib . maintainers ; [
197+ hexa
198+ emilylange
199+ ] ;
197200 mainProgram = "mass" ;
198201 } ;
199202}
Original file line number Diff line number Diff line change 11# Do not edit manually, run ./update-providers.py
22
33{
4- version = "2.6.0 " ;
4+ version = "2.6.2 " ;
55 providers = {
66 airplay = ps : [
77 ] ;
You can’t perform that action at this time.
0 commit comments