riot-web: 0.17.9 -> 1.0.0

This commit is contained in:
tilpner 2019-02-14 19:46:57 +01:00
parent 0ac83f0857
commit d1476e21a9
No known key found for this signature in database
GPG key ID: 6A13327225BE51F6

View file

@ -3,11 +3,11 @@
let configFile = writeText "riot-config.json" conf; in
stdenv.mkDerivation rec {
name= "riot-web-${version}";
version = "0.17.9";
version = "1.0.0";
src = fetchurl {
url = "https://github.com/vector-im/riot-web/releases/download/v${version}/riot-v${version}.tar.gz";
sha256 = "1k7664b0yxvzc7l8mnh9a0kqi8qfj6rdjblfksrd3wg8hdrb7wb1";
sha256 = "1rnr6c8qwf8hy1d197xb40f5ajhqdm9sd65n1d9h2x036dqiic7i";
};
installPhase = ''