riot-web: 1.0.8 -> 1.1.0

This commit is contained in:
nyanloutre 2019-05-11 09:22:35 +02:00
parent bc94dcf500
commit adc9db2a3a
No known key found for this signature in database
GPG Key ID: 194A92D1103ACB2A

@ -6,11 +6,11 @@
let configFile = writeText "riot-config.json" conf; in
stdenv.mkDerivation rec {
name= "riot-web-${version}";
version = "1.0.8";
version = "1.1.0";
src = fetchurl {
url = "https://github.com/vector-im/riot-web/releases/download/v${version}/riot-v${version}.tar.gz";
sha256 = "010m8b4lfnfi70d4v205wk3i4xhnsz7zkrdqrvw3si14xqy6192r";
sha256 = "14ap57hv1c5nh17771l39inpa5yacpyckzqcmjlbrb57illakwrd";
};
installPhase = ''