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:
@@ -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 = [
|
||||
|
||||
@@ -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
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user