yt-dlp: 2024.4.9 -> 2024.5.27

Changelog: https://github.com/yt-dlp/yt-dlp/releases/tag/2024.05.26
Changelog: https://github.com/yt-dlp/yt-dlp/releases/tag/2025.05.27
This commit is contained in:
Sandro Jäckel 2024-05-27 14:25:41 +02:00
parent ab9a7c1e35
commit fe830d2855
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -25,13 +25,13 @@ buildPythonPackage rec {
# The websites yt-dlp deals with are a very moving target. That means that
# downloads break constantly. Because of that, updates should always be backported
# to the latest stable release.
version = "2024.4.9";
version = "2024.5.27";
pyproject = true;
src = fetchPypi {
inherit version;
pname = "yt_dlp";
hash = "sha256-fukFcrTTE7WCuZyJ5OzPd5tX/1TtwzGHPGs/unf6qLA=";
hash = "sha256-NWbA3iQNDNPRwihc5lX3LKON/GGNY01GgYsA2J1SiL4=";
};
build-system = [