Skip to content

Commit

Permalink
Merge pull request #87942 from timokau/zulip-5.2.0
Browse files Browse the repository at this point in the history
zulip: 5.0.0 -> 5.2.0
  • Loading branch information
timokau authored May 18, 2020
2 parents 962f93c + 294ce52 commit b5caab6
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.0.0";
version = "5.2.0";
name = "${pname}-${version}";

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

Expand Down

0 comments on commit b5caab6

Please sign in to comment.