riot-web: 1.6.2 -> 1.6.3

https://github.com/vector-im/riot-web/releases/tag/v1.6.3
This commit is contained in:
Maximilian Bosch 2020-06-04 18:03:33 +02:00
parent c27e54de99
commit c51202ffa0
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -12,11 +12,11 @@ let
in stdenv.mkDerivation rec {
pname = "riot-web";
version = "1.6.2";
version = "1.6.3";
src = fetchurl {
url = "https://github.com/vector-im/riot-web/releases/download/v${version}/riot-v${version}.tar.gz";
sha256 = "1cyjw3x9yh96cn84r95zziwxgifkmzd5kdf4l69b7mwnqcr78dp0";
sha256 = "1v8sz2shj2gjf0vlj7r8g9d2v0qbsg9x64bq5g62nglbnphkcv0k";
};
installPhase = ''