···17 # The websites yt-dlp deals with are a very moving target. That means that
18 # downloads break constantly. Because of that, updates should always be backported
19 # to the latest stable release.
20- version = "2024.12.6";
21 pyproject = true;
2223 src = fetchPypi {
24 inherit version;
25 pname = "yt_dlp";
26- hash = "sha256-dD2+CB6ocb4/X/CD4s2V2oZt6nc/xwrmsQmDjPv3KsQ=";
27 };
2829 build-system = with python3Packages; [
···17 # The websites yt-dlp deals with are a very moving target. That means that
18 # downloads break constantly. Because of that, updates should always be backported
19 # to the latest stable release.
20+ version = "2024.12.13";
21 pyproject = true;
2223 src = fetchPypi {
24 inherit version;
25 pname = "yt_dlp";
26+ hash = "sha256-d+Fa+51GDstylKObteOdyfTopl86N+9NtYgAuU0JVRE=";
27 };
2829 build-system = with python3Packages; [