element-web: 1.7.9 -> 1.7.10

https://github.com/vector-im/element-web/releases/tag/v1.7.10
This commit is contained in:
Maximilian Bosch 2020-10-22 11:02:26 +02:00
parent afd289a8b7
commit 96f29b90a1
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 = "element-web";
version = "1.7.9";
version = "1.7.10";
src = fetchurl {
url = "https://github.com/vector-im/riot-web/releases/download/v${version}/riot-v${version}.tar.gz";
sha256 = "00ch486npqgrwmgfd7bsi6wb9ac6dpv08n13lygn45gha37l1kx1";
sha256 = "1xcvydjpdp6cy5g0da5yaa49gjxsmf4hsyi2q4l3p8qvs4qajn0r";
};
installPhase = ''