Skip to content

Commit 0b489d3

Browse files
authored
music-assistant: 2.5.0 -> 2.5.2 (#405770)
2 parents c46073e + 8ea079b commit 0b489d3

6 files changed

Lines changed: 12 additions & 9 deletions

File tree

nixos/modules/services/audio/music-assistant.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ in
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 = {

pkgs/by-name/mu/music-assistant/frontend.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77

88
buildPythonPackage 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 = ''

pkgs/by-name/mu/music-assistant/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ assert
4848

4949
python.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 = [

pkgs/by-name/mu/music-assistant/providers.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
];

pkgs/development/python-modules/aioaudiobookshelf/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010

1111
buildPythonPackage 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 = [

pkgs/development/python-modules/plexapi/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
buildPythonPackage 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 ];

0 commit comments

Comments
 (0)