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:
@@ -8,16 +8,16 @@
|
||||
|
||||
rustPlatform.buildRustPackage {
|
||||
pname = "librespot-ma";
|
||||
version = "0.6.0-unstable-2025-08-10";
|
||||
version = "0.7.1-unstable-2025-11-06";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "music-assistant";
|
||||
repo = "librespot";
|
||||
rev = "accecb60a16334013c0c99a5ded553794ee871b7";
|
||||
hash = "sha256-vPiI8llXB6+ahX+iad/Ut81D3iZcTSVmYGDXXwApk/w=";
|
||||
rev = "2af61256649d6c1ed149791a53a20a595b617704";
|
||||
hash = "sha256-sarxS6YArK5luX4TRXJUKhreMqhZbsS/3fCVWHxPNpY=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-Lujz2revTAok9B0hzdl8NVQ5XMRY9ACJzoQHIkIgKMg=";
|
||||
cargoHash = "sha256-CI2BFmQNK1+J2qaKg6u6WM83jwBuWjeh9dROnrF3Kv0=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
|
||||
@@ -47,14 +47,14 @@ assert
|
||||
|
||||
python.pkgs.buildPythonApplication rec {
|
||||
pname = "music-assistant";
|
||||
version = "2.6.0";
|
||||
version = "2.6.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "music-assistant";
|
||||
repo = "server";
|
||||
tag = version;
|
||||
hash = "sha256-e596gvj+ZZDQzyBVfI50nO0a0eZifrkQVhUNNP2Jj8A=";
|
||||
hash = "sha256-mNSTXMQDG5LiP3Bv9GGy2AO1bQfpFLH8tSCOB/wAzOU=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
@@ -193,7 +193,10 @@ python.pkgs.buildPythonApplication rec {
|
||||
'';
|
||||
homepage = "https://github.com/music-assistant/server";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ hexa ];
|
||||
maintainers = with lib.maintainers; [
|
||||
hexa
|
||||
emilylange
|
||||
];
|
||||
mainProgram = "mass";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Do not edit manually, run ./update-providers.py
|
||||
|
||||
{
|
||||
version = "2.6.0";
|
||||
version = "2.6.2";
|
||||
providers = {
|
||||
airplay = ps: [
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user