diff --git a/pkgs/applications/video/mpv/scripts/twitch-chat.nix b/pkgs/applications/video/mpv/scripts/twitch-chat.nix index 35f369cf54a2..16c7bfb6cf74 100644 --- a/pkgs/applications/video/mpv/scripts/twitch-chat.nix +++ b/pkgs/applications/video/mpv/scripts/twitch-chat.nix @@ -5,7 +5,7 @@ lib, nix-update-script, }: -buildLua (finalAttrs: { +buildLua { pname = "twitch-chat"; version = "0-unstable-2024-06-23"; @@ -34,4 +34,4 @@ buildLua (finalAttrs: { license = lib.licenses.mit; maintainers = [ lib.maintainers.naho ]; }; -}) +}