element-web: 1.7.16 -> 1.7.17

ChangeLog: https://github.com/vector-im/element-web/releases/tag/v1.7.17
This commit is contained in:
Maximilian Bosch 2021-01-18 16:56:36 +01:00
parent 1a59c1e590
commit 1f3f9053b9
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.16";
version = "1.7.17";
src = fetchurl {
url = "https://github.com/vector-im/element-web/releases/download/v${version}/element-v${version}.tar.gz";
sha256 = "sha256-/KLTD7IvIp1f1dSUEMMCoknQzZarcP2wDM211h+OJMM=";
sha256 = "sha256-9DyA3h0sQCzOFZ9gEReJrMQOnygFvEB7PeIpkG/F5H4=";
};
installPhase = ''