music-assistant: 2.6.2 -> 2.6.3

This release is more or less meaningless for us, as it only really added
deno for yt-dlp used by the YTMusic provider, which we already address
in our own yt-dlp packaging.

https://github.com/music-assistant/server/releases/tag/2.6.3

diff: https://github.com/music-assistant/server/compare/2.6.2...2.6.3
This commit is contained in:
emilylange
2025-11-14 18:53:05 +01:00
parent a1da551a7c
commit 25beb9782f
2 changed files with 4 additions and 4 deletions

View File

@@ -47,14 +47,14 @@ assert
python.pkgs.buildPythonApplication rec {
pname = "music-assistant";
version = "2.6.2";
version = "2.6.3";
pyproject = true;
src = fetchFromGitHub {
owner = "music-assistant";
repo = "server";
tag = version;
hash = "sha256-mNSTXMQDG5LiP3Bv9GGy2AO1bQfpFLH8tSCOB/wAzOU=";
hash = "sha256-vvhynBor5tj5n53Dm3K4ZOkFZ5LM7bFevOCdZjJsbbM=";
};
patches = [

View File

@@ -1,7 +1,7 @@
# Do not edit manually, run ./update-providers.py
{
version = "2.6.2";
version = "2.6.3";
providers = {
airplay = ps: [
];
@@ -150,6 +150,6 @@
duration-parser
yt-dlp
ytmusicapi
];
]; # missing deno
};
}