Skip to content

Commit

Permalink
riot-web: 1.1.0 -> 1.2.1
Browse files Browse the repository at this point in the history
(cherry picked from commit 06195c9)
  • Loading branch information
nyanloutre authored and fpletz committed Jun 8, 2019
1 parent 6bb2860 commit caacbe9
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -3,11 +3,11 @@
let configFile = writeText "riot-config.json" conf; in
stdenv.mkDerivation rec {
name= "riot-web-${version}";
version = "1.1.0";
version = "1.2.1";

src = fetchurl {
url = "https://github.com/vector-im/riot-web/releases/download/v${version}/riot-v${version}.tar.gz";
sha256 = "14ap57hv1c5nh17771l39inpa5yacpyckzqcmjlbrb57illakwrd";
sha256 = "1h96c4yy06ag5lmsbm5h2ws1l7sp4qm5dcchw25k3937fdhwq840";
};

installPhase = ''
Expand Down

0 comments on commit caacbe9

Please sign in to comment.