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>2023-02-06 22:02:21 -0800
committerAnders Kaseorg <andersk@mit.edu>2023-02-06 22:02:21 -0800
commit68081ec1711eb3aee80d0d515a24fabfacd7944a (patch)
treebe1915a53d66fdea57a3d97f282efb04253e05e6 /pkgs/applications/networking/instant-messengers/zulip
parent5a350a8f31bb7ef0c6e79aea3795a890cf7743d4 (diff)
zulip: 5.9.4 → 5.9.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 241828fdfc3c4..f46283583cd15 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.9.4";
+  version = "5.9.5";
 
   src = fetchurl {
     url = "https://github.com/zulip/zulip-desktop/releases/download/v${version}/Zulip-${version}-x86_64.AppImage";
-    hash = "sha256-gbusyhMgoaQmeWm6dB6pc3kSykD4T97VQcJgcF5KbzM=";
+    hash = "sha256-w2thmF/UA42j3u3m4L+/onilQhwMOa7IJoOMZ/ERypw=";
     name="${pname}-${version}.AppImage";
   };