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>2021-07-21 18:31:55 -0700
committerAnders Kaseorg <andersk@mit.edu>2021-07-21 18:31:55 -0700
commitfcc6e036c0b00e8dfb5ce1c11b526c4deaa16370 (patch)
tree260c4384d6a9356418e40113b37cb754af05669f /pkgs/applications/networking/instant-messengers/zulip
parent16105403bdd843540cbef9c63fc0f16c1c6eaa70 (diff)
zulip: 5.7.0 → 5.8.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 a4a1b3405b167..6e3ef93ec7717 100644
--- a/pkgs/applications/networking/instant-messengers/zulip/default.nix
+++ b/pkgs/applications/networking/instant-messengers/zulip/default.nix
@@ -5,12 +5,12 @@
 
 let
   pname = "zulip";
-  version = "5.7.0";
+  version = "5.8.0";
   name = "${pname}-${version}";
 
   src = fetchurl {
     url = "https://github.com/zulip/zulip-desktop/releases/download/v${version}/Zulip-${version}-x86_64.AppImage";
-    sha256 = "0yfr0n84p3jp8mnnqww2dqpcj9gd7rwpygpq4v10rmrnli18qygw";
+    sha256 = "0z8lp56j6qvm57sfqdyqrqzj9add3drh1z4zsckg45jfw6yn3jdv";
     name="${pname}-${version}.AppImage";
   };