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-05-06 02:11:56 -0700
committerAnders Kaseorg <andersk@mit.edu>2023-05-06 02:11:56 -0700
commit4c5889547919e6328faa9063505accf7c9d7a1b6 (patch)
tree3e6730cfa2d29ca6c5f2c7d7571d16f00ff85b8e /pkgs/applications/networking/instant-messengers/zulip
parent1a411f23ba299db155a5b45d5e145b85a7aafc42 (diff)
zulip: 5.9.5 → 5.10.0
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 f46283583cd15..f00caad302671 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.5";
+  version = "5.10.0";
 
   src = fetchurl {
     url = "https://github.com/zulip/zulip-desktop/releases/download/v${version}/Zulip-${version}-x86_64.AppImage";
-    hash = "sha256-w2thmF/UA42j3u3m4L+/onilQhwMOa7IJoOMZ/ERypw=";
+    hash = "sha256-rfFEhoykCStFCyBasQV6Cpb5ey+wvQLMXloIR0A1z7g=";
     name="${pname}-${version}.AppImage";
   };