Use release version of mopidy-youtube

This commit is contained in:
coolneng 2022-10-18 14:55:47 +02:00
parent 9bf57ae6e2
commit 58f36e85e7
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 0 additions and 6 deletions

View File

@ -5,12 +5,6 @@ with pkgs;
let
# HACK Replace youtube-dl with yt-dlp in mopidy-youtube
mopidy-youtube-yt_dlp = mopidy-youtube.overrideAttrs (old: rec {
src = python3Packages.fetchPypi {
version = "3.6";
pname = "Mopidy-YouTube";
sha256 = "sha256-92tJpCu0S79Z1yYaQUnNMxN1rD+8Wr0rtt4GVnldZ9A=";
};
propagatedBuildInputs = old.propagatedBuildInputs
++ [ python3.pkgs.yt-dlp ];
});