riot-web: 1.12.2 -> 1.12.3

This commit is contained in:
Pascal Bach 2017-09-10 11:11:03 +02:00
parent e480b4baee
commit 44ec317a13

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name= "riot-web-${version}";
version = "0.12.2";
version = "0.12.3";
src = fetchurl {
url = "https://github.com/vector-im/riot-web/releases/download/v${version}/riot-v${version}.tar.gz";
sha256 = "0zyddpnng1vjli12hn1hd0w99g6sfsk80dn2ll5h9276nc677pnh";
sha256 = "1v9k9rna9rziis5ld4x4lw3rhgm504cnnafiwk175jpjbbd8h4b3";
};
installPhase = ''