···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.3.25";
2020+ version = "2025.3.26";
2121 pyproject = true;
22222323 src = fetchPypi {
2424 inherit version;
2525 pname = "yt_dlp";
2626- hash = "sha256-x/QlFvnfMdrvU8yiWQI5QBzzHbfE6spnZnz9gvLgric=";
2626+ hash = "sha256-R0Vhcrx6iNuhxRn+QtgAh6j1MMA9LL8k4GCkH48fbss=";
2727 };
28282929 build-system = with python3Packages; [