yt-dlp: 2025.09.23 -> 2025.09.26 (#446473)

authored by

Sandro and committed by
GitHub
fda296cd 8cbd6afd

+2 -2
+2 -2
pkgs/by-name/yt/yt-dlp/package.nix
··· 19 19 # The websites yt-dlp deals with are a very moving target. That means that 20 20 # downloads break constantly. Because of that, updates should always be backported 21 21 # to the latest stable release. 22 - version = "2025.09.23"; 22 + version = "2025.09.26"; 23 23 pyproject = true; 24 24 25 25 src = fetchFromGitHub { 26 26 owner = "yt-dlp"; 27 27 repo = "yt-dlp"; 28 28 tag = version; 29 - hash = "sha256-pqdR1JfiqvBs5vSKF7bBBKqq0DRAi3kXCN1zDvaW3nQ="; 29 + hash = "sha256-/uzs87Vw+aDNfIJVLOx3C8RyZvWLqjggmnjrOvUX1Eg="; 30 30 }; 31 31 32 32 postPatch = ''