From 21525c102baac2438c18a8716845fc8ec3359c36 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Fri, 26 Apr 2024 15:12:41 +0300 Subject: [PATCH] YtDlp : Update to 2024.04.09. --- module/common/ytdlp/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/common/ytdlp/default.nix b/module/common/ytdlp/default.nix index 80ac0aa..2d46bd2 100644 --- a/module/common/ytdlp/default.nix +++ b/module/common/ytdlp/default.nix @@ -1,6 +1,6 @@ { lib, stdenv, fetchurl, autoPatchelfHook }: let - version = "2024.03.10"; - hash = "sha256-sYhSMRngpDaPU+Ea0PIjx+1EqKKGY+S2wgUSLaA39Hs="; + version = "2024.04.09"; + hash = "sha256-agT93DYJ0ic2w5ojumGRMzJomt6DgIkqrIRvTO11PHs="; in stdenv.mkDerivation { name = "ytdlp";