Merge pull request #252673 from aaronjheng/ttchat

ttchat: 0.1.7 -> 0.1.10
This commit is contained in:
Weijia Wang 2023-09-01 23:31:46 +02:00 committed by GitHub
commit ea9f827513
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};
}