riot-web: 1.6.6 -> 1.6.7

https://github.com/vector-im/riot-web/releases/tag/v1.6.7
This commit is contained in:
Maximilian Bosch 2020-06-29 19:36:26 +02:00
parent b4eae7887b
commit 260003b26c
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.6";
version = "1.6.7";
src = fetchurl {
url = "https://github.com/vector-im/riot-web/releases/download/v${version}/riot-v${version}.tar.gz";
sha256 = "0j88wcha5rr6qaxik4m90v9mgfcj3r9nb4gpd2dzi7m1zf7kivkw";
sha256 = "14g5rbvcw6p0q50slbf0c7s39i54ggv2cjc5iv93yvfrwn3z0f8p";
};
installPhase = ''