yt-dlp: 2024.12.6 -> 2024.12.13 (#364939)

authored by

Sandro and committed by
GitHub
ed085951 275baaee

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