Skip to content

Commit

Permalink
riot-web: 0.16.2 -> 0.16.5
Browse files Browse the repository at this point in the history
(cherry picked from commit 34e8009)
  • Loading branch information
r-ryantm authored and fpletz committed Oct 31, 2018
1 parent 65e85c8 commit c7dc8ec
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 = "0.16.2";
version = "0.16.5";

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

installPhase = ''
Expand Down

0 comments on commit c7dc8ec

Please sign in to comment.