3
0
Fork 0
forked from mirrors/nixpkgs
Maximilian Bosch 2020-10-28 21:44:22 +01:00
parent 99bf27cc45
commit 135f6b62dd
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.10";
version = "1.7.12";
src = fetchurl {
url = "https://github.com/vector-im/riot-web/releases/download/v${version}/riot-v${version}.tar.gz";
sha256 = "1xcvydjpdp6cy5g0da5yaa49gjxsmf4hsyi2q4l3p8qvs4qajn0r";
sha256 = "173hdg09cw13vqh0lvz6kl0mq4i3rsacjxhspkpydh2qd1g3hjrs";
};
installPhase = ''