From b08e883325fef5c55b5754b443e03b7b7314ee58 Mon Sep 17 00:00:00 2001 From: Jost Alemann Date: Wed, 10 Jun 2026 02:09:23 +0200 Subject: [PATCH] yt-dlp: 2026.03.17 -> 2026.06.09 Changelog: https://github.com/yt-dlp/yt-dlp/releases/tag/2026.06.09 Diff: https://github.com/yt-dlp/yt-dlp/compare/2026.03.17...2026.06.09 (cherry picked from commit 2e3ee357600b50590166880b686e479bdf9a3da6) --- pkgs/by-name/yt/yt-dlp/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/yt/yt-dlp/package.nix b/pkgs/by-name/yt/yt-dlp/package.nix index d48713c315bf..d30a4746d273 100644 --- a/pkgs/by-name/yt/yt-dlp/package.nix +++ b/pkgs/by-name/yt/yt-dlp/package.nix @@ -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 = ''