summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2020-12-09 12:27:03 +0100
committerMaximilian Bosch <maximilian@mbosch.me>2020-12-09 12:27:03 +0100
commit0d5608d9b5e407c72708f3c7a8dd739bbf45a5fe (patch)
tree3502698c9304784d9bb5ee2ab2e9055afbbcb6e3
parentdb6c4b1bec15f5b7e5f5293e9221f4d0ada957ea (diff)
element-web: 1.7.14 -> 1.7.15
ChangeLog: https://github.com/vector-im/element-web/releases/tag/v1.7.15 Also had to replace `riot` with `element` in the download URL now as the artifacts were renamed in this release.
-rw-r--r--pkgs/applications/networking/instant-messengers/element/element-web.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/instant-messengers/element/element-web.nix b/pkgs/applications/networking/instant-messengers/element/element-web.nix
index 46ac18af9ee5..44233d464758 100644
--- a/pkgs/applications/networking/instant-messengers/element/element-web.nix
+++ b/pkgs/applications/networking/instant-messengers/element/element-web.nix
@@ -12,11 +12,11 @@ let
in stdenv.mkDerivation rec {
pname = "element-web";
- version = "1.7.14";
+ version = "1.7.15";
src = fetchurl {
- url = "https://github.com/vector-im/riot-web/releases/download/v${version}/riot-v${version}.tar.gz";
- sha256 = "1wyk1si0dmlcskf25zmbijpz6505yzjxa7pvd3g2k9kxc49vi20j";
+ url = "https://github.com/vector-im/element-web/releases/download/v${version}/element-v${version}.tar.gz";
+ sha256 = "sha256-ZSi0OLA5dyPXn1NlZkkhCmWhrSryfyj/O6Ux1lO12ns=";
};
installPhase = ''