File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
by-name/mu/music-assistant
development/python-modules Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 77
88buildPythonPackage rec {
99 pname = "music-assistant-frontend" ;
10- version = "2.11.11 " ;
10+ version = "2.12.2 " ;
1111 pyproject = true ;
1212
1313 src = fetchPypi {
1414 inherit pname version ;
15- hash = "sha256-fPFszZfJjdc2KTQipeb2KVbIwWwL56bqFGba1LSJXuQ =" ;
15+ hash = "sha256-aa400lMs6zxC5QhZS27gFUWpRanyC3sFi815iDEiSPk =" ;
1616 } ;
1717
1818 postPatch = ''
Original file line number Diff line number Diff line change 1616 music-assistant-frontend = self . callPackage ./frontend.nix { } ;
1717
1818 music-assistant-models = super . music-assistant-models . overridePythonAttrs ( oldAttrs : rec {
19- version = "1.1.30 " ;
19+ version = "1.1.34 " ;
2020
2121 src = fetchFromGitHub {
2222 owner = "music-assistant" ;
2323 repo = "models" ;
2424 tag = version ;
25- hash = "sha256-ZLTRHarjVFAk+tYPkgLm192rE+C82vNzqs8PmJhGSeg =" ;
25+ hash = "sha256-UxokPUnYET1XyRok0FH7e8G3RpCMvOigY4huw6Tfllo =" ;
2626 } ;
2727
2828 postPatch = ''
4444
4545python . pkgs . buildPythonApplication rec {
4646 pname = "music-assistant" ;
47- version = "2.4.2 " ;
47+ version = "2.4.4 " ;
4848 pyproject = true ;
4949
5050 src = fetchFromGitHub {
5151 owner = "music-assistant" ;
5252 repo = "server" ;
5353 tag = version ;
54- hash = "sha256-5FIIXIn4tEz6w/uAh6PGkU4tU+mz7Jpb3+bq1mRNr2Y =" ;
54+ hash = "sha256-rxXEsR4EfJZp3OFGHcSRaJp1egt2OT15P8V35v35KmU =" ;
5555 } ;
5656
5757 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.4.2 " ;
4+ version = "2.4.4 " ;
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.4 " ;
13+ version = "0.1.6 " ;
1414 pyproject = true ;
1515
1616 src = fetchFromGitHub {
1717 owner = "music-assistant" ;
1818 repo = "aioaudiobookshelf" ;
1919 tag = version ;
20- hash = "sha256-rUd8TwmQDeMxXu7/UBnN426N+BMas2u6RNpTBXa3/5g =" ;
20+ hash = "sha256-DvV/mAs/oN248glbgKymTNLx+o+pY/6ZqrdRRgYWstw =" ;
2121 } ;
2222
2323 build-system = [
Original file line number Diff line number Diff line change 88
99buildPythonPackage rec {
1010 pname = "py-opensonic" ;
11- version = "5.2 .1" ;
11+ version = "5.3 .1" ;
1212 pyproject = true ;
1313
1414 src = fetchFromGitHub {
1515 owner = "khers" ;
1616 repo = "py-opensonic" ;
1717 tag = "v${ version } " ;
18- hash = "sha256-lVErs5f2LoCrMNr+f8Bm2Q6xQRNuisloqyRHchYTukk =" ;
18+ hash = "sha256-bgD+wtq9AXCobUCpDfGVe6Ze1cTbbM5auXohQw5gcnk =" ;
1919 } ;
2020
2121 build-system = [ setuptools ] ;
You can’t perform that action at this time.
0 commit comments