emilylange
2026-01-30 22:22:28 +01:00
parent 23368875d3
commit fc9ed6ffd2
3 changed files with 9 additions and 7 deletions
+2 -2
View File
@@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "music-assistant-frontend";
version = "2.17.55";
version = "2.17.76";
pyproject = true;
src = fetchPypi {
pname = "music_assistant_frontend";
inherit version;
hash = "sha256-fRn2hLg0y+G2atyxpzMq86mJJA41nfSS5UweNZL+0ew=";
hash = "sha256-wQ+6xD1BDajMIpz7VVH0j/AIgCcIVjv1Y/k/kMYv96U=";
};
build-system = [ setuptools ];
+2 -2
View File
@@ -47,14 +47,14 @@ assert
python.pkgs.buildPythonApplication rec {
pname = "music-assistant";
version = "2.7.5";
version = "2.7.6";
pyproject = true;
src = fetchFromGitHub {
owner = "music-assistant";
repo = "server";
tag = version;
hash = "sha256-iWdOGdmPJO7Pjdn8UjuSOhWnRGBFjmARFsuHmP6IP58=";
hash = "sha256-tAzCEU8jFWENOy0WaAchuhQGjmQl8BTW9TuGZPJByPw=";
};
patches = [
@@ -1,10 +1,12 @@
# Do not edit manually, run ./update-providers.py
{
version = "2.7.5";
version = "2.7.6";
providers = {
airplay = ps: [
];
airplay =
ps: with ps; [
srptools
];
airplay_receiver = ps: [
];
alexa =