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