summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-09-21 20:54:40 -0500
committerGitHub <noreply@github.com>2020-09-21 20:54:40 -0500
commitfc7dbbd31f38a043408e1ac33db0565aae791af4 (patch)
tree3be16ced07a721e28a1f542f41f7c7484cd6ae65
parentage: 1.0.0-beta4 -> 1.0.0-beta5 (diff)
parentchatterino2: 2.1.7 -> 2.2.2 (diff)
downloadnixpkgs-fc7dbbd31f38a043408e1ac33db0565aae791af4.tar.gz
Merge pull request #97914 from bbigras/chatterino
chatterino2: 2.1.7 -> 2.2.2
-rw-r--r--pkgs/applications/networking/instant-messengers/chatterino2/default.nix11
1 files changed, 6 insertions, 5 deletions
diff --git a/pkgs/applications/networking/instant-messengers/chatterino2/default.nix b/pkgs/applications/networking/instant-messengers/chatterino2/default.nix
index 8fd0128ef2ca..617c02de2635 100644
--- a/pkgs/applications/networking/instant-messengers/chatterino2/default.nix
+++ b/pkgs/applications/networking/instant-messengers/chatterino2/default.nix
@@ -2,12 +2,12 @@
mkDerivation rec {
pname = "chatterino2";
- version = "2.1.7";
+ version = "2.2.2";
src = fetchFromGitHub {
- owner = "fourtf";
+ owner = "Chatterino";
repo = pname;
rev = "v${version}";
- sha256 = "0bbdzainfa7hlz5p0jfq4y04i3wix7z3i6w193906bi4gr9wilpg";
+ sha256 = "026cs48hmqkv7k4akbm205avj2pn3x1g7q46chwa707k9km325dz";
fetchSubmodules = true;
};
nativeBuildInputs = [ qmake pkgconfig wrapQtAppsHook ];
@@ -26,8 +26,9 @@ mkDerivation rec {
improved/extended version of the Twitch web chat. Chatterino 2 is
the second installment of the Twitch chat client series
"Chatterino".
- '';
- homepage = "https://github.com/fourtf/chatterino2";
+ '';
+ homepage = "https://github.com/Chatterino/chatterino2";
+ changelog = "https://github.com/Chatterino/chatterino2/blob/master/CHANGELOG.md";
license = licenses.mit;
platforms = platforms.unix;
maintainers = with maintainers; [ rexim ];