music-assistant: 2.9.4 -> 2.9.6
Diff: https://github.com/music-assistant/server/compare/2.9.4...2.9.6 Changelog: https://github.com/music-assistant/server/releases/tag/2.9.6
This commit is contained in:
@@ -40,7 +40,7 @@ assert
|
||||
|
||||
pythonPackages.buildPythonApplication (finalAttrs: {
|
||||
pname = "music-assistant";
|
||||
version = "2.9.4";
|
||||
version = "2.9.6";
|
||||
pyproject = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
@@ -48,7 +48,7 @@ pythonPackages.buildPythonApplication (finalAttrs: {
|
||||
owner = "music-assistant";
|
||||
repo = "server";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-PiSBghhlxknijRqghkO8wn1CB2XqaJrjrvGNvZUlNbo=";
|
||||
hash = "sha256-lEbWQi6iUvqL2MXk/ZqkdX4Ou5pFWIVi6qfSyWCs8uQ=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
@@ -146,6 +146,7 @@ pythonPackages.buildPythonApplication (finalAttrs: {
|
||||
gql
|
||||
ifaddr
|
||||
librosa
|
||||
markdownify
|
||||
mashumaro
|
||||
modern-colorthief
|
||||
music-assistant-frontend
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Do not edit manually, run ./update-providers.py
|
||||
|
||||
{
|
||||
version = "2.9.4";
|
||||
version = "2.9.6";
|
||||
builtins = [
|
||||
"builtin"
|
||||
"coverartarchive"
|
||||
@@ -272,10 +272,8 @@
|
||||
ps: with ps; [
|
||||
pkce
|
||||
];
|
||||
spotify_connect =
|
||||
ps: with ps; [
|
||||
pkce
|
||||
];
|
||||
spotify_connect = ps: [
|
||||
];
|
||||
squeezelite =
|
||||
ps: with ps; [
|
||||
aioslimproto
|
||||
|
||||
Reference in New Issue
Block a user