music-assistant: 2.6.0 -> 2.6.2, librespot-ma: 0.6.0-unstable-2025-08-10 -> 0.7.1-unstable-2025-11-06 (#458500)

This commit is contained in:
Martin Weinelt
2025-11-06 23:53:33 +00:00
committed by GitHub
3 changed files with 11 additions and 8 deletions

View File

@@ -8,16 +8,16 @@
rustPlatform.buildRustPackage { rustPlatform.buildRustPackage {
pname = "librespot-ma"; pname = "librespot-ma";
version = "0.6.0-unstable-2025-08-10"; version = "0.7.1-unstable-2025-11-06";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "music-assistant"; owner = "music-assistant";
repo = "librespot"; repo = "librespot";
rev = "accecb60a16334013c0c99a5ded553794ee871b7"; rev = "2af61256649d6c1ed149791a53a20a595b617704";
hash = "sha256-vPiI8llXB6+ahX+iad/Ut81D3iZcTSVmYGDXXwApk/w="; hash = "sha256-sarxS6YArK5luX4TRXJUKhreMqhZbsS/3fCVWHxPNpY=";
}; };
cargoHash = "sha256-Lujz2revTAok9B0hzdl8NVQ5XMRY9ACJzoQHIkIgKMg="; cargoHash = "sha256-CI2BFmQNK1+J2qaKg6u6WM83jwBuWjeh9dROnrF3Kv0=";
nativeBuildInputs = [ nativeBuildInputs = [
pkg-config pkg-config

View File

@@ -47,14 +47,14 @@ assert
python.pkgs.buildPythonApplication rec { python.pkgs.buildPythonApplication rec {
pname = "music-assistant"; pname = "music-assistant";
version = "2.6.0"; version = "2.6.2";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "music-assistant"; owner = "music-assistant";
repo = "server"; repo = "server";
tag = version; tag = version;
hash = "sha256-e596gvj+ZZDQzyBVfI50nO0a0eZifrkQVhUNNP2Jj8A="; hash = "sha256-mNSTXMQDG5LiP3Bv9GGy2AO1bQfpFLH8tSCOB/wAzOU=";
}; };
patches = [ patches = [
@@ -193,7 +193,10 @@ python.pkgs.buildPythonApplication rec {
''; '';
homepage = "https://github.com/music-assistant/server"; homepage = "https://github.com/music-assistant/server";
license = lib.licenses.asl20; license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ hexa ]; maintainers = with lib.maintainers; [
hexa
emilylange
];
mainProgram = "mass"; mainProgram = "mass";
}; };
} }

View File

@@ -1,7 +1,7 @@
# Do not edit manually, run ./update-providers.py # Do not edit manually, run ./update-providers.py
{ {
version = "2.6.0"; version = "2.6.2";
providers = { providers = {
airplay = ps: [ airplay = ps: [
]; ];