diff options
| author | emilylange <git@emilylange.de> | 2026-01-17 23:22:35 +0100 |
|---|---|---|
| committer | emilylange <git@emilylange.de> | 2026-01-17 23:24:34 +0100 |
| commit | 62249532841b99590da98ed23c7240abe1609d95 (patch) | |
| tree | bfb605f5c2742a8d4da8283664f78497eaffd3dc | |
| parent | 0932137d4dac30962f527ef6e400c4d9daf357ca (diff) | |
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
| -rw-r--r-- | pkgs/by-name/mu/music-assistant/package.nix | 4 | ||||
| -rw-r--r-- | pkgs/by-name/mu/music-assistant/providers.nix | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/by-name/mu/music-assistant/package.nix b/pkgs/by-name/mu/music-assistant/package.nix index 3877924bfac4..fe7ab9c868bb 100644 --- a/pkgs/by-name/mu/music-assistant/package.nix +++ b/pkgs/by-name/mu/music-assistant/package.nix @@ -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 = [ diff --git a/pkgs/by-name/mu/music-assistant/providers.nix b/pkgs/by-name/mu/music-assistant/providers.nix index a40106dec226..0ad1828c4768 100644 --- a/pkgs/by-name/mu/music-assistant/providers.nix +++ b/pkgs/by-name/mu/music-assistant/providers.nix @@ -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 |
