summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/zulip/default.nix
diff options
context:
space:
mode:
authorAnders Kaseorg <andersk@mit.edu>2021-02-24 16:27:04 -0800
committerAnders Kaseorg <andersk@mit.edu>2021-02-24 16:29:22 -0800
commit472f266d28545c9a239d2ae51013429270d06f74 (patch)
treeedeb9bb4cf6d586b62ae560ff6c84e01f9c79267 /pkgs/applications/networking/instant-messengers/zulip/default.nix
parentc7d0dbe094c988209edac801eb2a0cc21aa498d8 (diff)
downloadnixpkgs-472f266d28545c9a239d2ae51013429270d06f74.tar
nixpkgs-472f266d28545c9a239d2ae51013429270d06f74.tar.gz
nixpkgs-472f266d28545c9a239d2ae51013429270d06f74.tar.bz2
nixpkgs-472f266d28545c9a239d2ae51013429270d06f74.tar.lz
nixpkgs-472f266d28545c9a239d2ae51013429270d06f74.tar.xz
nixpkgs-472f266d28545c9a239d2ae51013429270d06f74.tar.zst
nixpkgs-472f266d28545c9a239d2ae51013429270d06f74.zip
zulip: 5.5.0 → 5.6.0
Also add myself as a maintainer.  (I work for upstream.)

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/zulip/default.nix')
-rw-r--r--pkgs/applications/networking/instant-messengers/zulip/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/instant-messengers/zulip/default.nix b/pkgs/applications/networking/instant-messengers/zulip/default.nix
index a177499154e..6b143abda3b 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.5.0";
+  version = "5.6.0";
   name = "${pname}-${version}";
 
   src = fetchurl {
     url = "https://github.com/zulip/zulip-desktop/releases/download/v${version}/Zulip-${version}-x86_64.AppImage";
-    sha256 = "059zfcvaq8wnsz2lfd4gdb17b6nngqk3vgisy2kb29ifqf3lpzqi";
+    sha256 = "19sdmkxxzaidb89m8k56p94hq2yaxwn9islzrzwb86f50hlrq46w";
     name="${pname}-${version}.AppImage";
   };
 
@@ -34,7 +34,7 @@ in appimageTools.wrapType2 {
     description = "Desktop client for Zulip Chat";
     homepage = "https://zulip.com";
     license = licenses.asl20;
-    maintainers = with maintainers; [ jonafato ];
+    maintainers = with maintainers; [ andersk jonafato ];
     platforms = [ "x86_64-linux" ];
   };
 }