element-web: 1.7.15 -> 1.7.16

https://github.com/vector-im/element-web/releases/tag/v1.7.16
This commit is contained in:
Maximilian Bosch 2020-12-22 09:48:43 +01:00
parent f3939a9b75
commit bbceaa8cfd
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.15";
version = "1.7.16";
src = fetchurl {
url = "https://github.com/vector-im/element-web/releases/download/v${version}/element-v${version}.tar.gz";
sha256 = "sha256-ZSi0OLA5dyPXn1NlZkkhCmWhrSryfyj/O6Ux1lO12ns=";
sha256 = "sha256-/KLTD7IvIp1f1dSUEMMCoknQzZarcP2wDM211h+OJMM=";
};
installPhase = ''