From e2d520205eba568131d882593aebca941763574f Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 8 Apr 2025 06:34:49 +0000 Subject: [PATCH] mpvScripts.twitch-chat: 0-unstable-2024-06-23 -> 0-unstable-2025-03-30 --- pkgs/applications/video/mpv/scripts/twitch-chat.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/video/mpv/scripts/twitch-chat.nix b/pkgs/applications/video/mpv/scripts/twitch-chat.nix index cdcadf2f9ead..bf6eab70d187 100644 --- a/pkgs/applications/video/mpv/scripts/twitch-chat.nix +++ b/pkgs/applications/video/mpv/scripts/twitch-chat.nix @@ -7,13 +7,13 @@ }: buildLua { pname = "twitch-chat"; - version = "0-unstable-2024-06-23"; + version = "0-unstable-2025-03-30"; src = fetchFromGitHub { owner = "CrendKing"; repo = "mpv-twitch-chat"; - rev = "bb0c2e84675f4f1e0c221c8e1d3516b60242b985"; - hash = "sha256-lnWYcr49koI60Su85OWbcxrARWTfXW2zIvfCZ6c3GtI="; + rev = "97c94ae58b4a898067b9c63c477716280327d8e1"; + hash = "sha256-KjlzVuj47zos2RQHbveijsyJoN2f7VGBboWolISom7M="; postFetch = "rm $out/screenshot.webp"; };