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

riot-web: 0.15.4 -> 0.15.5
This commit is contained in:
Jörg Thalheim 2018-06-19 08:51:06 +01:00 committed by GitHub
commit 9501aaa078
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.15.4";
version = "0.15.5";
src = fetchurl {
url = "https://github.com/vector-im/riot-web/releases/download/v${version}/riot-v${version}.tar.gz";
sha256 = "1c0b9717xmzvzzxj006hqxafvcpvnnrsifxjnbxxla58jmnwr9v5";
sha256 = "04sij99njkiiwc1q23gwa8z6h4z0riw6yb9z3ds7v2qiyi4sshdz";
};
installPhase = ''