summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorIlan Joselevich <personal@ilanjoselevich.com>2023-05-21 13:03:56 +0300
committerGitHub <noreply@github.com>2023-05-21 13:03:56 +0300
commitc6dd5fbc040986f247dee407400fe7b54e72e437 (patch)
treebbdc035e6928fe87aaa1c76740c146b4b43a1a1a /pkgs/applications
parent50a183182d7ae39133555414d48d5d609a28a57d (diff)
parent6ed8bb42d108a84779cc651de6e8c0b0a82873be (diff)
Merge pull request #233188 from r-ryantm/auto-update/chatterino2
chatterino2: 2.4.3 -> 2.4.4
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/instant-messengers/chatterino2/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/instant-messengers/chatterino2/default.nix b/pkgs/applications/networking/instant-messengers/chatterino2/default.nix
index 7ad60fed6cf2d..871138b7df551 100644
--- a/pkgs/applications/networking/instant-messengers/chatterino2/default.nix
+++ b/pkgs/applications/networking/instant-messengers/chatterino2/default.nix
@@ -2,12 +2,12 @@
 
 stdenv.mkDerivation rec {
   pname = "chatterino2";
-  version = "2.4.3";
+  version = "2.4.4";
   src = fetchFromGitHub {
     owner = "Chatterino";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-M8WTgZv3+8SRGNfxCv10GldjgRYBUVo1B3X4s+QAuYs=";
+    sha256 = "sha256-zvwvvwMPWnNT44L7g8fiY0N7H62Ot1lNCFCIkL8SxQw=";
     fetchSubmodules = true;
   };
   nativeBuildInputs = [ cmake pkg-config wrapQtAppsHook ];