Merge pull request #34908 from bachp/riot-web-0.13.5

riot-web: 0.13.3 -> 0.13.5
This commit is contained in:
adisbladis 2018-02-13 11:03:57 +08:00 committed by GitHub
commit 3acf6740b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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