summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-01-07 23:43:11 +0800
committerGitHub <noreply@github.com>2023-01-07 23:43:11 +0800
commit13b3fa84dc31155f3af1968b760180c677e4a703 (patch)
tree32c988530e3777cc3baa7a46058a547e78f2f9c9
parentf56de234bb0d484d0d62fc784895d61f4b78e241 (diff)
parent60629d5a6eaed8f49bd128a9509637eada9d34d8 (diff)
Merge pull request #209121 from andersk/zulip
zulip: 5.9.3 → 5.9.4
-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 c56e78b9f945..d7e7a94a511e 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.9.3";
+ version = "5.9.4";
name = "${pname}-${version}";
src = fetchurl {
url = "https://github.com/zulip/zulip-desktop/releases/download/v${version}/Zulip-${version}-x86_64.AppImage";
- hash = "sha256-Hws9vENGzCLQqav4uXtbbI0iNoS3JozC5m2DG38+3Fk=";
+ hash = "sha256-gbusyhMgoaQmeWm6dB6pc3kSykD4T97VQcJgcF5KbzM=";
name="${pname}-${version}.AppImage";
};