music-assistant: 2.7.2 -> 2.7.3
https://github.com/music-assistant/server/releases/tag/2.7.3
This commit is contained in:
committed by
Martin Weinelt
parent
d6b68bd34a
commit
8714df6345
@@ -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: [
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user