music-assistant: 2.7.3 -> 2.7.5
https://github.com/music-assistant/server/releases/tag/2.7.4 https://github.com/music-assistant/server/releases/tag/2.7.5 diff: https://github.com/music-assistant/server/compare/2.7.3...2.7.5
This commit is contained in:
@@ -47,14 +47,14 @@ assert
|
||||
|
||||
python.pkgs.buildPythonApplication rec {
|
||||
pname = "music-assistant";
|
||||
version = "2.7.3";
|
||||
version = "2.7.5";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "music-assistant";
|
||||
repo = "server";
|
||||
tag = version;
|
||||
hash = "sha256-6D3B88wjfVHvNhNrTDOu77eAkherOqdBVafUhht7okA=";
|
||||
hash = "sha256-iWdOGdmPJO7Pjdn8UjuSOhWnRGBFjmARFsuHmP6IP58=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Do not edit manually, run ./update-providers.py
|
||||
|
||||
{
|
||||
version = "2.7.3";
|
||||
version = "2.7.5";
|
||||
providers = {
|
||||
airplay = ps: [
|
||||
];
|
||||
@@ -134,6 +134,7 @@
|
||||
sendspin =
|
||||
ps: with ps; [
|
||||
aiosendspin
|
||||
av
|
||||
];
|
||||
siriusxm = ps: [
|
||||
]; # missing sxm
|
||||
|
||||
Reference in New Issue
Block a user