From 89543375fa7c2a7bf2fd2bced2976daeb980b5d3 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 17 Mar 2026 06:11:49 +0000 Subject: [PATCH] twitch-chat-downloader: 2.5.4 -> 2.5.5 --- pkgs/applications/misc/twitch-chat-downloader/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/misc/twitch-chat-downloader/default.nix b/pkgs/applications/misc/twitch-chat-downloader/default.nix index 79e6a2e6e88c..99c95666de44 100644 --- a/pkgs/applications/misc/twitch-chat-downloader/default.nix +++ b/pkgs/applications/misc/twitch-chat-downloader/default.nix @@ -9,7 +9,7 @@ buildPythonApplication rec { pname = "twitch-chat-downloader"; - version = "2.5.4"; + version = "2.5.5"; format = "setuptools"; # NOTE: Using maintained fork because upstream has stopped working, and it has @@ -19,7 +19,7 @@ buildPythonApplication rec { owner = "TheDrHax"; repo = "twitch-chat-downloader"; rev = version; - hash = "sha256-mV60ygrtQa9ZkJ2CImhAV59ckCJ7vJSA9cWkYE2xo1M="; + hash = "sha256-9wIp0uttVBOdexOMb8VvpUEEdZ97SGSlZcFQ4jM/tqM="; }; postPatch = ''