Skip to content

Commit 7e0287c

Browse files
authored
music-assistant: 2.6.0 -> 2.6.2, librespot-ma: 0.6.0-unstable-2025-08-10 -> 0.7.1-unstable-2025-11-06 (NixOS#458500)
2 parents 83a5a36 + 47a8e5f commit 7e0287c

3 files changed

Lines changed: 11 additions & 8 deletions

File tree

pkgs/by-name/li/librespot-ma/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88

99
rustPlatform.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

pkgs/by-name/mu/music-assistant/package.nix

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ assert
4747

4848
python.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
}

pkgs/by-name/mu/music-assistant/providers.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
];

0 commit comments

Comments
 (0)