From c93a818107d177929adcc9ed1d0b7bb14133620a Mon Sep 17 00:00:00 2001 From: DontEatOreo <57304299+DontEatOreo@users.noreply.github.com> Date: Mon, 13 Jan 2025 02:14:57 +0200 Subject: [PATCH] yt-dlp: 2024.12.23 -> 2025.01.12 Changelog: https://github.com/yt-dlp/yt-dlp/releases/tag/2025.01.12 Diff: https://github.com/yt-dlp/yt-dlp/compare/2024.12.23...2025.01.12 --- 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 971c68aa0c76..c0613c53eefd 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.12.23"; + version = "2025.1.12"; pyproject = true; src = fetchPypi { inherit version; pname = "yt_dlp"; - hash = "sha256-rA5ytakBe6EEtCWFRiAafO3DjovSByfgxjt3yCm0Jek="; + hash = "sha256-jn4kbipaLP8KnBPbRoRKN6VHaAcCASBYyU7Bj84Molo="; }; build-system = with python3Packages; [