[Backport release-25.11] yt-dlp: 2026.03.17 -> 2026.06.09 (#530360)

This commit is contained in:
Sandro
2026-06-13 18:40:53 +00:00
committed by GitHub

View File

@@ -21,14 +21,14 @@ python3Packages.buildPythonApplication 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 = "2026.03.17";
version = "2026.06.09";
pyproject = true;
src = fetchFromGitHub {
owner = "yt-dlp";
repo = "yt-dlp";
tag = version;
hash = "sha256-A4LUCuKCjpVAOJ8jNoYaC3mRCiKH0/wtcsle0YfZyTA=";
hash = "sha256-ykqTDPzKKIWRGSQmw2esCRKyYqDZKXRYDeba888tkDU=";
};
postPatch = ''