Skip to content

Commit

Permalink
zulip: 5.4.0 -> 5.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shlevy committed Oct 6, 2020
1 parent 8158378 commit 34c015f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

let
pname = "zulip";
version = "5.4.0";
version = "5.4.3";
name = "${pname}-${version}";

src = fetchurl {
url = "https://github.com/zulip/zulip-desktop/releases/download/v${version}/Zulip-${version}-x86_64.AppImage";
sha256 = "14p0nly144rivd9yk273asfjza5p9qncpbmh4qxnd4gq01f98igh";
sha256 = "0yd4g87kcwiy1arx3y2nyb7lq1nlh4cn87762k2sd8n4s9i52c7r";
name="${pname}-${version}.AppImage";
};

Expand Down

0 comments on commit 34c015f

Please sign in to comment.