chatterino7: use release version & add mainProgram

This commit is contained in:
notohh 2024-03-29 18:27:04 -04:00
parent 4daf8ce013
commit 3b117a48b4
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -21,8 +21,8 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "SevenTV"; owner = "SevenTV";
repo = pname; repo = pname;
rev = "1132751f4ba4ae7306e0defd01fbaa467bbdb528"; rev = "v${version}";
sha256 = "sha256-/b1+4v09nDiATJlziedY/1S6Zq1iq45PPh37cwxznMQ="; sha256 = "sha256-6F27GVknSwFDYARdkgE31Oufz557vBKrcDLo9csRWPA=";
fetchSubmodules = true; fetchSubmodules = true;
}; };
@ -40,6 +40,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with lib; { meta = with lib; {
description = "Chat client for twitch.tv"; description = "Chat client for twitch.tv";
mainProgram = "chatterino";
longDescription = '' longDescription = ''
Chatterino7 is a fork of Chatterino 2. Chatterino7 is a fork of Chatterino 2.
This fork mainly contains features that aren't accepted into Chatterino 2, This fork mainly contains features that aren't accepted into Chatterino 2,