yt-dlp: 2024.7.7 -> 2024.7.9

This commit is contained in:
Redyf
2024-07-09 20:10:31 -03:00
committed by Florian Brandes
parent 8d0c2bb27b
commit 4d063ee349

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.7";
version = "2024.7.9";
pyproject = true;
src = fetchPypi {
inherit version;
pname = "yt_dlp";
hash = "sha256-Kg+JQj0l1H25SZJdtb0sb2UZYK6T279bPtYc86QHjOU=";
hash = "sha256-4Z8A+eVekLyhyUvK+AmqM+UWNL6fDeLfhKctMgaTT5Q=";
};
build-system = [