Revert "Use latest version of yt-dlp"

This reverts commit c9e0462e35.
This commit is contained in:
coolneng 2024-06-05 23:03:13 +02:00
parent 842b8c8de3
commit 845a7e5db8
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 9 deletions

View File

@ -14,14 +14,6 @@ let
''; '';
}); });
latest-yt-dlp-light = yt-dlp-light.overrideAttrs (old: rec {
src = fetchPypi {
pname = "yt-dlp";
version = "2024.2.3.232712.dev0";
hash = "sha256-p0P8NDeYkS3mDUSiC/oviQyPD076AuSHkD965z9BSfY=";
};
});
in { in {
environment.systemPackages = [ environment.systemPackages = [
# Monitoring # Monitoring
@ -87,7 +79,7 @@ in {
custom-mpv custom-mpv
nodePackages.webtorrent-cli nodePackages.webtorrent-cli
deluge deluge
latest-yt-dlp-light yt-dlp-light
calibre calibre
beets beets
# File management # File management