Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
element-web: 1.7.7 -> 1.7.8
(cherry picked from commit f10049c)
  • Loading branch information
Tristan Helmich (omniIT) authored and Ma27 committed Oct 1, 2020
1 parent 151e1aa commit b7b36a2
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -36,11 +36,11 @@ let

in stdenv.mkDerivation rec {
pname = "element-web";
version = "1.7.7";
version = "1.7.8";

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

installPhase = ''
Expand Down

0 comments on commit b7b36a2

Please sign in to comment.