about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/nchat
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-03-29 08:51:18 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-03-29 08:51:18 +0000
commitea7e7a190e1ab27895c82b7340037191633f2c7d (patch)
treec60faac89423a0c7fe9d319c7dd5c58e66873e8d /pkgs/applications/networking/instant-messengers/nchat
parent2d1d6c3f40c91307c7463dd6bd1abd70d77ae06d (diff)
nchat: 3.17 -> 3.39
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/nchat')
-rw-r--r--pkgs/applications/networking/instant-messengers/nchat/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/instant-messengers/nchat/default.nix b/pkgs/applications/networking/instant-messengers/nchat/default.nix
index 4fe0cc054b7ed..58b8d0d731b4c 100644
--- a/pkgs/applications/networking/instant-messengers/nchat/default.nix
+++ b/pkgs/applications/networking/instant-messengers/nchat/default.nix
@@ -5,13 +5,13 @@
 
 stdenv.mkDerivation rec {
   pname = "nchat";
-  version = "3.17";
+  version = "3.39";
 
   src = fetchFromGitHub {
     owner = "d99kris";
     repo = "nchat";
     rev = "v${version}";
-    hash = "sha256-BtWKt8paI0gCGSzLYN8x3Yp5MUpwCb2vBGcGQG2aumY=";
+    hash = "sha256-ZV2vpXztvBDN66OPLpO/ezLB4+/3NOOs1Eky8uXxBbc=";
   };
 
   postPatch = ''