music-assistant: 2.7.9 -> 2.7.11
https://github.com/music-assistant/server/releases/tag/2.7.10 https://github.com/music-assistant/server/releases/tag/2.7.11 diff: https://github.com/music-assistant/server/compare/2.7.9...2.7.11
This commit is contained in:
@@ -47,14 +47,14 @@ assert
|
||||
|
||||
python.pkgs.buildPythonApplication rec {
|
||||
pname = "music-assistant";
|
||||
version = "2.7.9";
|
||||
version = "2.7.11";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "music-assistant";
|
||||
repo = "server";
|
||||
tag = version;
|
||||
hash = "sha256-c6WTalpjaZcUvppyYaTP03ErX5b+k7fUbphj58FVBS8=";
|
||||
hash = "sha256-HLd7PAYdBzpzdfCRPc4elPq3KfzusIXYXTV8fRmo1lU=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
@@ -107,6 +107,7 @@ python.pkgs.buildPythonApplication rec {
|
||||
"cryptography"
|
||||
"getmac"
|
||||
"mashumaro"
|
||||
"numpy"
|
||||
"orjson"
|
||||
"pillow"
|
||||
"podcastparser"
|
||||
@@ -130,7 +131,6 @@ python.pkgs.buildPythonApplication rec {
|
||||
aiortc
|
||||
aiorun
|
||||
aiosqlite
|
||||
aiovban
|
||||
awesomeversion
|
||||
brotli
|
||||
certifi
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Do not edit manually, run ./update-providers.py
|
||||
|
||||
{
|
||||
version = "2.7.9";
|
||||
version = "2.7.11";
|
||||
providers = {
|
||||
airplay =
|
||||
ps: with ps; [
|
||||
@@ -183,8 +183,10 @@
|
||||
];
|
||||
universal_group = ps: [
|
||||
];
|
||||
vban_receiver = ps: [
|
||||
];
|
||||
vban_receiver =
|
||||
ps: with ps; [
|
||||
aiovban
|
||||
];
|
||||
ytmusic =
|
||||
ps: with ps; [
|
||||
bgutil-ytdlp-pot-provider
|
||||
|
||||
Reference in New Issue
Block a user