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>
This commit is contained in:
Anders Kaseorg 2021-02-24 16:27:04 -08:00
parent c7d0dbe094
commit 472f266d28

View file

@ -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" ];
};
}