about summary refs log tree commit diff
path: root/pkgs/tools/misc/ttchat
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-08-29 01:42:22 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-08-29 01:42:22 +0000
commit27de2973bddce863a1c5836706cacd41b98cc6df (patch)
tree525c0853bfc5f7b4861afbc4f14e61e1aaa35d0b /pkgs/tools/misc/ttchat
parentcef50cde2bd337c795159e8b26c7c246206b6740 (diff)
ttchat: 0.1.6 -> 0.1.7
Diffstat (limited to 'pkgs/tools/misc/ttchat')
-rw-r--r--pkgs/tools/misc/ttchat/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/ttchat/default.nix b/pkgs/tools/misc/ttchat/default.nix
index c88f4098b768c..c01a10435528f 100644
--- a/pkgs/tools/misc/ttchat/default.nix
+++ b/pkgs/tools/misc/ttchat/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "ttchat";
-  version = "0.1.6";
+  version = "0.1.7";
 
   src = fetchFromGitHub {
     owner = "atye";
     repo = "ttchat";
     rev = "v${version}";
-    sha256 = "sha256-Km8aBThs2h8vVpQQaN/OuDeQcrewhP0hMMRuU8/1Ilk=";
+    sha256 = "sha256-+fPARVS1ILxrigHpvb+iNqz7Xw7+c/LmHJEeRxhCbhQ=";
   };
 
-  vendorSha256 = "sha256-pJAwx7RmD2sSHsz1DxtsU7bjC/b0JujlrFeGL6zmTiI=";
+  vendorSha256 = "sha256-XWCjnHg0P7FCuiMjCV6ijy60h0u776GyiIC/k/KMW38=";
 
   meta = with lib; {
     description = "Connect to a Twitch channel's chat from your terminal";