From 6a5251ade3c4d0f39ac327d09c2605fadb8c1d42 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 14 Jun 2026 12:53:52 +0000 Subject: [PATCH] mpvScripts.twitch-chat: 0-unstable-2025-05-15 -> 0-unstable-2026-06-13 --- pkgs/by-name/mp/mpv/scripts/twitch-chat.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/mp/mpv/scripts/twitch-chat.nix b/pkgs/by-name/mp/mpv/scripts/twitch-chat.nix index 42358a60e6e4..33fb7d229737 100644 --- a/pkgs/by-name/mp/mpv/scripts/twitch-chat.nix +++ b/pkgs/by-name/mp/mpv/scripts/twitch-chat.nix @@ -7,13 +7,13 @@ }: buildLua { pname = "twitch-chat"; - version = "0-unstable-2025-05-15"; + version = "0-unstable-2026-06-13"; src = fetchFromGitHub { owner = "CrendKing"; repo = "mpv-twitch-chat"; - rev = "4d88ac12c843da0e916b0ed1df4d087a3418501b"; - hash = "sha256-owU0F976K4CX0kKYoRbdtz/sqCvd8kw2LqItEgY25gE="; + rev = "1e9d2dfcd8ab9c343cc6a3c55363994dbafe5b58"; + hash = "sha256-vtv5YZO7qROhUL3TKCKaNfvv1uCjQv9kvfo7sno24BE="; postFetch = "rm $out/screenshot.webp"; };