diff --git a/pkgs/by-name/mu/music-assistant/package.nix b/pkgs/by-name/mu/music-assistant/package.nix index d85831328d30d..065f6ee4c0a61 100644 --- a/pkgs/by-name/mu/music-assistant/package.nix +++ b/pkgs/by-name/mu/music-assistant/package.nix @@ -2,7 +2,7 @@ lib, python3, fetchFromGitHub, - ffmpeg-headless, + ffmpeg_7-headless, nixosTests, replaceVars, providers ? [ ], @@ -47,20 +47,20 @@ 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 = [ (replaceVars ./ffmpeg.patch { - ffmpeg = "${lib.getBin ffmpeg-headless}/bin/ffmpeg"; - ffprobe = "${lib.getBin ffmpeg-headless}/bin/ffprobe"; + ffmpeg = "${lib.getBin ffmpeg_7-headless}/bin/ffmpeg"; + ffprobe = "${lib.getBin ffmpeg_7-headless}/bin/ffprobe"; }) # Look up librespot from PATH at runtime diff --git a/pkgs/by-name/mu/music-assistant/providers.nix b/pkgs/by-name/mu/music-assistant/providers.nix index 97344f5858513..a80079c457714 100644 --- a/pkgs/by-name/mu/music-assistant/providers.nix +++ b/pkgs/by-name/mu/music-assistant/providers.nix @@ -1,7 +1,7 @@ # 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 }; }