From e65497587b0d44cd85def4a7b443054bb4b992dc Mon Sep 17 00:00:00 2001 From: Jost Alemann Date: Sun, 5 Jul 2026 00:54:57 +0200 Subject: [PATCH] yt-dlp: 2026.06.09 -> 2026.07.04 Changelog: https://github.com/yt-dlp/yt-dlp/releases/tag/2026.07.04 Diff: https://github.com/yt-dlp/yt-dlp/compare/2026.06.09...2026.07.04 (cherry picked from commit 14e902144490d7f7d2c70a03c9395b6b99e8a107) --- 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 d02d3c968c27..8841471577e4 100644 --- a/pkgs/by-name/yt/yt-dlp/package.nix +++ b/pkgs/by-name/yt/yt-dlp/package.nix @@ -32,14 +32,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.06.09"; + version = "2026.07.04"; pyproject = true; src = fetchFromGitHub { owner = "yt-dlp"; repo = "yt-dlp"; tag = version; - hash = "sha256-ykqTDPzKKIWRGSQmw2esCRKyYqDZKXRYDeba888tkDU="; + hash = "sha256-+oHcVylLXFJTRR6jXF6IXvgntXJz0tRdtnwTruRPkoc="; }; postPatch = ''