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

riot-web: 0.13.5 -> 0.14.0
This commit is contained in:
Yegor Timoshenko 2018-04-12 22:26:11 +00:00 committed by GitHub
commit 6207cb9302
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.13.5";
version = "0.14.0";
src = fetchurl {
url = "https://github.com/vector-im/riot-web/releases/download/v${version}/riot-v${version}.tar.gz";
sha256 = "1ap62ksi3dg7qijxxysjpnlmngzgh2jdldvb8s1jx14avanccch6";
sha256 = "0san8d3dghjkqqv0ypampgl7837mxk9w64ci6fzy1k5d5dmdgvsi";
};
installPhase = ''