element-web: 1.7.17 -> 1.7.18

ChangeLog: https://github.com/vector-im/element-web/releases/tag/v1.7.18
This commit is contained in:
Maximilian Bosch 2021-01-26 16:56:33 +01:00
parent 688556a3f5
commit d4e946965c
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.17";
version = "1.7.18";
src = fetchurl {
url = "https://github.com/vector-im/element-web/releases/download/v${version}/element-v${version}.tar.gz";
sha256 = "sha256-9DyA3h0sQCzOFZ9gEReJrMQOnygFvEB7PeIpkG/F5H4=";
sha256 = "sha256-fgbdlVTPPZriOoDsBbpmDWEEzHEunaDIl/sT4/6A9LM=";
};
installPhase = ''