3
0
Fork 0
forked from mirrors/nixpkgs

element-web: 1.8.2 -> 1.8.4

ChangeLog: https://github.com/vector-im/element-web/releases/tag/v1.8.4
This commit is contained in:
Maximilian Bosch 2021-09-13 14:16:50 +02:00
parent 7a36468853
commit 55d25c13bd
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.8.2";
version = "1.8.4";
src = fetchurl {
url = "https://github.com/vector-im/element-web/releases/download/v${version}/element-v${version}.tar.gz";
sha256 = "sha256-SgVxYPmdgFn6Nll1a6b1Sn2H5I0Vkjorn3gA9d5FamQ=";
sha256 = "sha256-V4ekSs6FmSCpUFlAipTyrde4z+ErQCb9zzktbX8YtC8=";
};
installPhase = ''