From 4b8d970047a705a59b735fdedc8cad38a089fd0b Mon Sep 17 00:00:00 2001 From: Jost Alemann Date: Tue, 1 Apr 2025 10:01:01 +0200 Subject: [PATCH] yt-dlp: 2025.3.27 -> 2025.3.31 Changelog: https://github.com/yt-dlp/yt-dlp/releases/tag/2025.03.31 Diff: https://github.com/yt-dlp/yt-dlp/compare/2025.03.27...2025.03.31 --- 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 59b89a61cff1..00619fdb303c 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 = "2025.3.27"; + version = "2025.3.31"; pyproject = true; src = fetchPypi { inherit version; pname = "yt_dlp"; - hash = "sha256-MMsHj4A7U5sqZlIcXshtMowH90rsqUQAaeWGGcKZzxU="; + hash = "sha256-G/4OZg0acKCeJ7LVj5LjCx4uNizEh4KfL4JDRq5J+5E="; }; build-system = with python3Packages; [