yt-dlp: 2024.7.9 -> 2024.7.16

Changelog: https://github.com/yt-dlp/yt-dlp/releases/tag/2024.7.16
This commit is contained in:
Sandro Jäckel
2024-07-17 11:24:08 +02:00
parent b62b159c17
commit 7f6c3bcf46
+2 -2
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.7.9";
version = "2024.7.16";
pyproject = true;
src = fetchPypi {
inherit version;
pname = "yt_dlp";
hash = "sha256-4Z8A+eVekLyhyUvK+AmqM+UWNL6fDeLfhKctMgaTT5Q=";
hash = "sha256-xb1RekneoZI+yOFPUYWPEP2J3+zhTLcBOStIC0Gy9RY=";
};
build-system = [