python312Packages.yt-dlp: 2024.3.10 -> 2024.4.9

This commit is contained in:
Fabian Affolter 2024-04-10 00:38:10 +02:00
parent ce29021e03
commit 3d3adf6214

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.3.10";
version = "2024.4.9";
pyproject = true;
src = fetchPypi {
inherit version;
pname = "yt_dlp";
hash = "sha256-bnTLFKadvrhyyO9OC4u+0u6EbsYzUTzzEkp0wfrtwHs=";
hash = "sha256-fukFcrTTE7WCuZyJ5OzPd5tX/1TtwzGHPGs/unf6qLA=";
};
nativeBuildInputs = [