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

riot-web: 0.15.3 -> 0.15.4
This commit is contained in:
Graham Christensen 2018-05-26 22:51:47 -04:00 committed by GitHub
commit b1ed0b0481
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.3";
version = "0.15.4";
src = fetchurl {
url = "https://github.com/vector-im/riot-web/releases/download/v${version}/riot-v${version}.tar.gz";
sha256 = "0vh2zjg0vaczh5mfyykb2kk9d8mi07dkr8zy60bpqf0y1lfamv0a";
sha256 = "1c0b9717xmzvzzxj006hqxafvcpvnnrsifxjnbxxla58jmnwr9v5";
};
installPhase = ''