From c729684136ee0829325d50fa5d25827e1f1e3289 Mon Sep 17 00:00:00 2001 From: Aaron Jheng Date: Fri, 1 Sep 2023 10:28:54 +0800 Subject: [PATCH] ttchat: 0.1.7 -> 0.1.10 --- pkgs/tools/misc/ttchat/default.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pkgs/tools/misc/ttchat/default.nix b/pkgs/tools/misc/ttchat/default.nix index c01a10435528..46d366dee379 100644 --- a/pkgs/tools/misc/ttchat/default.nix +++ b/pkgs/tools/misc/ttchat/default.nix @@ -2,22 +2,21 @@ buildGoModule rec { pname = "ttchat"; - version = "0.1.7"; + version = "0.1.10"; src = fetchFromGitHub { owner = "atye"; repo = "ttchat"; rev = "v${version}"; - sha256 = "sha256-+fPARVS1ILxrigHpvb+iNqz7Xw7+c/LmHJEeRxhCbhQ="; + hash = "sha256-Ezlqji/j6nyCzc1jrfB1MZR4ugKAa5D5CL6wfuP6PsY="; }; - vendorSha256 = "sha256-XWCjnHg0P7FCuiMjCV6ijy60h0u776GyiIC/k/KMW38="; + vendorHash = "sha256-6GcbEGC1O+lcTO+GsaVXOO69yIHMPywXJy7OFX15/eI="; meta = with lib; { description = "Connect to a Twitch channel's chat from your terminal"; homepage = "https://github.com/atye/ttchat"; license = licenses.asl20; - platforms = platforms.linux; maintainers = with maintainers; [ wolfangaukang ]; }; }