Merge pull request #50567 from r-ryantm/auto-update/riot-web

riot-web: 0.17.0 -> 0.17.3
This commit is contained in:
Jörg Thalheim 2018-11-18 10:48:23 +00:00 committed by GitHub
commit c7366d767c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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