Unverified Commit 25beb978 authored by emilylange's avatar emilylange
Browse files

music-assistant: 2.6.2 -> 2.6.3

This release is more or less meaningless for us, as it only really added
deno for yt-dlp used by the YTMusic provider, which we already address
in our own yt-dlp packaging.

https://github.com/music-assistant/server/releases/tag/2.6.3

diff: https://github.com/music-assistant/server/compare/2.6.2...2.6.3
parent a1da551a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -47,14 +47,14 @@ assert

python.pkgs.buildPythonApplication rec {
  pname = "music-assistant";
  version = "2.6.2";
  version = "2.6.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "music-assistant";
    repo = "server";
    tag = version;
    hash = "sha256-mNSTXMQDG5LiP3Bv9GGy2AO1bQfpFLH8tSCOB/wAzOU=";
    hash = "sha256-vvhynBor5tj5n53Dm3K4ZOkFZ5LM7bFevOCdZjJsbbM=";
  };

  patches = [
+2 −2
Original line number Diff line number Diff line
# Do not edit manually, run ./update-providers.py

{
  version = "2.6.2";
  version = "2.6.3";
  providers = {
    airplay = ps: [
    ];
@@ -150,6 +150,6 @@
        duration-parser
        yt-dlp
        ytmusicapi
      ];
      ]; # missing deno
  };
}