music-assistant: 2.1.1 -> 2.2.0

https://github.com/music-assistant/server/releases/tag/2.2.0
This commit is contained in:
Martin Weinelt 2024-08-22 01:54:18 +02:00
parent 50703e0c7b
commit ca94e8528c
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
3 changed files with 9 additions and 19 deletions

View File

@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "music-assistant-frontend";
version = "2.7.0";
version = "2.8.7";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-KrloxxdqIwQ5NsxAGm28D5StHnw9LTqDDtcchD5X5Qk=";
hash = "sha256-L7ASmYtJja+Hy4MnGrNWIwSjvhfq2iXfWm4gGKAnEec=";
};
postPatch = ''

View File

@ -11,19 +11,6 @@ let
python = python3.override {
self = python;
packageOverrides = self: super: {
aiojellyfin = super.aiojellyfin.overridePythonAttrs rec {
version = "0.9.2";
src = fetchFromGitHub {
owner = "jc2k";
repo = "aiojellyfin";
rev = "refs/tags/v${version}";
hash = "sha256-q+b1tKr46qq3PULPkCaQk2VoC1aaNxPK/E1Kj4PABfI=";
};
doCheck = false;
};
music-assistant-frontend = self.callPackage ./frontend.nix { };
};
};
@ -37,14 +24,14 @@ in
python.pkgs.buildPythonApplication rec {
pname = "music-assistant";
version = "2.1.1";
version = "2.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "music-assistant";
repo = "server";
rev = "refs/tags/${version}";
hash = "sha256-ALsl2xfAFYejDEhR5/ZpeIxoHFgvz471tb4OP5xQAUE=";
hash = "sha256-GQvbkdyybJ3X09fCKwu+iZvq7UdHIMzCpYjenGg/zQA=";
};
patches = [

View File

@ -1,7 +1,7 @@
# Do not edit manually, run ./update-providers.py
{
version = "2.1.1";
version = "2.2.0";
providers = {
airplay = [
];
@ -61,7 +61,10 @@
];
soundcloud = [
]; # missing soundcloudpy
spotify = [
spotify = ps: with ps; [
pkce
];
template_player_provider = [
];
test = [
];