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-10-05 11:20:38 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-10-05 11:20:38 +0000
commitfa26806981c3480c472a009e1f3b50c1174a8e44 (patch)
tree75076ea46f3000b52ffa9a3d1dcfe5bb91f4b98f /pkgs/applications/networking/instant-messengers/nchat
parentc52af267ad0c11b55f89cf6c70adb10694ad938e (diff)
nchat: 3.60 -> 3.67
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 1c4f8ca811b01..51b704f5bc7b1 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.60";
+  version = "3.67";
 
   src = fetchFromGitHub {
     owner = "d99kris";
     repo = "nchat";
     rev = "v${version}";
-    hash = "sha256-Fe+Cdh8NlrCkzSO/Juw96eXtGfXajhFIsKeTC3qXIlU=";
+    hash = "sha256-PhvZejtSoDptzoMP5uIe6T0Ws/bQQXVuYH9uoZo3JsI=";
   };
 
   postPatch = ''