File tree Expand file tree Collapse file tree
nixos/modules/services/audio
by-name/mu/music-assistant
development/python-modules Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6969 description = "Music Assistant" ;
7070 documentation = [ "https://music-assistant.io" ] ;
7171
72+ after = [ "network-online.target" ] ;
73+ wants = [ "network-online.target" ] ;
74+
7275 wantedBy = [ "multi-user.target" ] ;
7376
7477 environment = {
Original file line number Diff line number Diff line change 77
88buildPythonPackage rec {
99 pname = "music-assistant-frontend" ;
10- version = "2.14.8 " ;
10+ version = "2.14.9 " ;
1111 pyproject = true ;
1212
1313 src = fetchPypi {
1414 inherit pname version ;
15- hash = "sha256-YUir/YBBbggsQUh5b6qSG5fpAa25jJmgcSsf0EZ8rhw =" ;
15+ hash = "sha256-UEGRZBegoAnls5xAyVgjisD0B8nu8kXp1XHI4A114lw =" ;
1616 } ;
1717
1818 postPatch = ''
Original file line number Diff line number Diff line change @@ -48,14 +48,14 @@ assert
4848
4949python . pkgs . buildPythonApplication rec {
5050 pname = "music-assistant" ;
51- version = "2.5.0 " ;
51+ version = "2.5.2 " ;
5252 pyproject = true ;
5353
5454 src = fetchFromGitHub {
5555 owner = "music-assistant" ;
5656 repo = "server" ;
5757 tag = version ;
58- hash = "sha256-yugtL3dCuGb2OSTy49V4mil9EnfACcGrYCA1rW/lo+4 =" ;
58+ hash = "sha256-RkbU2MqQ7XSv7f6gvgS0AZ8jy63fUAomC41dEk8qyOI =" ;
5959 } ;
6060
6161 patches = [
Original file line number Diff line number Diff line change 11# Do not edit manually, run ./update-providers.py
22
33{
4- version = "2.5.0 " ;
4+ version = "2.5.2 " ;
55 providers = {
66 airplay = ps : [
77 ] ;
Original file line number Diff line number Diff line change 1010
1111buildPythonPackage rec {
1212 pname = "aioaudiobookshelf" ;
13- version = "0.1.6 " ;
13+ version = "0.1.7 " ;
1414 pyproject = true ;
1515
1616 src = fetchFromGitHub {
1717 owner = "music-assistant" ;
1818 repo = "aioaudiobookshelf" ;
1919 tag = version ;
20- hash = "sha256-DvV/mAs/oN248glbgKymTNLx+o+pY/6ZqrdRRgYWstw =" ;
20+ hash = "sha256-sHRyrh+FwR9Vc9LVOA069iH5Wg56Ye4e9bOxdTR6PPs =" ;
2121 } ;
2222
2323 build-system = [
Original file line number Diff line number Diff line change 1111
1212buildPythonPackage rec {
1313 pname = "plexapi" ;
14- version = "4.16.1 " ;
14+ version = "4.17.0 " ;
1515 pyproject = true ;
1616
1717 disabled = pythonOlder "3.8" ;
@@ -20,7 +20,7 @@ buildPythonPackage rec {
2020 owner = "pkkid" ;
2121 repo = "python-plexapi" ;
2222 tag = version ;
23- hash = "sha256-ncinm2wtFx2lzsDTsK+D4rz4hVhcwcK2VkL6osNUftY =" ;
23+ hash = "sha256-/CYWoEHmev5e5ZmlaBms1zclRwzvugAuG2JXzK9MeZA =" ;
2424 } ;
2525
2626 build-system = [ setuptools ] ;
You can’t perform that action at this time.
0 commit comments