music-assistant: 2.8.4 -> 2.8.6
https://github.com/music-assistant/server/releases/tag/2.8.5 https://github.com/music-assistant/server/releases/tag/2.8.6 diff: https://github.com/music-assistant/server/compare/2.8.4...2.8.6
This commit is contained in:
@@ -38,14 +38,14 @@ assert
|
||||
|
||||
python.pkgs.buildPythonApplication rec {
|
||||
pname = "music-assistant";
|
||||
version = "2.8.4";
|
||||
version = "2.8.6";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "music-assistant";
|
||||
repo = "server";
|
||||
tag = version;
|
||||
hash = "sha256-/yKnUklNQMsumzj68KIfMN/h7Xsr3Brmwpicam9xuAY=";
|
||||
hash = "sha256-//SR7UhaDgT6zNBZ6/B0tBQ88fWkHtrr9Ds0KwH6xzs=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Do not edit manually, run ./update-providers.py
|
||||
|
||||
{
|
||||
version = "2.8.4";
|
||||
version = "2.8.6";
|
||||
providers = {
|
||||
airplay =
|
||||
ps: with ps; [
|
||||
|
||||
Reference in New Issue
Block a user