about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/zulip
diff options
context:
space:
mode:
authorAnders Kaseorg <andersk@mit.edu>2024-01-25 17:43:32 -0800
committerAnders Kaseorg <andersk@mit.edu>2024-01-25 17:43:32 -0800
commitb09878091d429174f1b1e680b17bc88490e6d5fc (patch)
treecfcecd706e8adff20596aa48f574a885d90569be /pkgs/applications/networking/instant-messengers/zulip
parent612f97239e2cc474c13c9dafa0df378058c5ad8d (diff)
zulip: 5.10.4 → 5.10.5
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/zulip')
-rw-r--r--pkgs/applications/networking/instant-messengers/zulip/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/instant-messengers/zulip/default.nix b/pkgs/applications/networking/instant-messengers/zulip/default.nix
index d2509990ff605..3b12634b0caa1 100644
--- a/pkgs/applications/networking/instant-messengers/zulip/default.nix
+++ b/pkgs/applications/networking/instant-messengers/zulip/default.nix
@@ -5,11 +5,11 @@
 
 let
   pname = "zulip";
-  version = "5.10.4";
+  version = "5.10.5";
 
   src = fetchurl {
     url = "https://github.com/zulip/zulip-desktop/releases/download/v${version}/Zulip-${version}-x86_64.AppImage";
-    hash = "sha256-M4h+kV4JjZ91K6OpxKc10XVohzKJEVxw8cYcVALibXA=";
+    hash = "sha256-dWTczjE6QAW26bGTIeFTuXl1JwYr3Ma+8Ab6MjeDr78=";
     name="${pname}-${version}.AppImage";
   };