···1717 # The websites yt-dlp deals with are a very moving target. That means that
1818 # downloads break constantly. Because of that, updates should always be backported
1919 # to the latest stable release.
2020- version = "2025.6.9";
2020+ version = "2025.6.25";
2121 pyproject = true;
22222323 src = fetchPypi {
2424 inherit version;
2525 pname = "yt_dlp";
2626- hash = "sha256-dR9To7YTU1Ir+AX6MLvL0WZmEmU345cG6rT4w2jxEaw=";
2626+ hash = "sha256-JCtkjhoYqwS91MwXWjF/6Ow619AXXu6fmBkSYks9bIs=";
2727 };
28282929 build-system = with python3Packages; [