music-assistant: 2.7.2 -> 2.7.3

https://github.com/music-assistant/server/releases/tag/2.7.3
This commit is contained in:
R. Ryantm
2026-01-03 01:44:27 +00:00
committed by Martin Weinelt
parent d6b68bd34a
commit 8714df6345
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -47,14 +47,14 @@ assert
python.pkgs.buildPythonApplication rec {
pname = "music-assistant";
version = "2.7.2";
version = "2.7.3";
pyproject = true;
src = fetchFromGitHub {
owner = "music-assistant";
repo = "server";
tag = version;
hash = "sha256-JOS7t4vXkxHXvcI0tCAw3KfcrohUD4NV4w6oYIncQv4=";
hash = "sha256-6D3B88wjfVHvNhNrTDOu77eAkherOqdBVafUhht7okA=";
};
patches = [
@@ -1,7 +1,7 @@
# Do not edit manually, run ./update-providers.py
{
version = "2.7.2";
version = "2.7.3";
providers = {
airplay = ps: [
];