From 0dc2fe70d0de331c3cb179dee671fff8991a30e2 Mon Sep 17 00:00:00 2001 From: DontEatOreo <57304299+DontEatOreo@users.noreply.github.com> Date: Tue, 8 Oct 2024 11:10:09 +0300 Subject: [PATCH] yt-dlp: 2024.9.27 -> 2024.10.7 Changelog: https://github.com/yt-dlp/yt-dlp/releases/tag/2024.10.07 Diff: https://github.com/yt-dlp/yt-dlp/compare/2024.09.27...2024.10.07 --- pkgs/by-name/yt/yt-dlp/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/yt/yt-dlp/package.nix b/pkgs/by-name/yt/yt-dlp/package.nix index afedd646fdb83..b6dfe89c80888 100644 --- a/pkgs/by-name/yt/yt-dlp/package.nix +++ b/pkgs/by-name/yt/yt-dlp/package.nix @@ -17,13 +17,13 @@ python3Packages.buildPythonApplication rec { # The websites yt-dlp deals with are a very moving target. That means that # downloads break constantly. Because of that, updates should always be backported # to the latest stable release. - version = "2024.9.27"; + version = "2024.10.7"; pyproject = true; src = fetchPypi { inherit version; pname = "yt_dlp"; - hash = "sha256-hmBVQuF+LiOtIxRbY37DCBM3YqFaXe2sSuULeXMjcCY="; + hash = "sha256-C68atRfJdI1+M3ztkcVUPDb8FiRqnr7awy6/IMGZjOs="; }; build-system = with python3Packages; [