summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorMilan Pässler <me@pbb.lc>2020-05-21 17:48:57 +0200
committerMilan <me@pbb.lc>2020-07-31 18:50:58 +0200
commita11a629fccdea7473e8082c936df89f950bbbadb (patch)
treeddc1d5e7f04f89f78a7929ce2a625b4172e11949 /pkgs
parenta40ec61d992ad4b8a88bc5215262c307ce5ae36e (diff)
chatterino2: unstable-2019-05-11 -> 2.1.7
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/instant-messengers/chatterino2/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/instant-messengers/chatterino2/default.nix b/pkgs/applications/networking/instant-messengers/chatterino2/default.nix
index 553b466b12f9..8fd0128ef2ca 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 = "unstable-2019-05-11";
+ version = "2.1.7";
src = fetchFromGitHub {
owner = "fourtf";
repo = pname;
- rev = "8c46cbf571dc8fd77287bf3186445ff52b1d1aaf";
- sha256 = "0i2385hamhd9i7jdy906cfrd81cybw524j92l87c8pzrkxphignk";
+ rev = "v${version}";
+ sha256 = "0bbdzainfa7hlz5p0jfq4y04i3wix7z3i6w193906bi4gr9wilpg";
fetchSubmodules = true;
};
nativeBuildInputs = [ qmake pkgconfig wrapQtAppsHook ];