Merge pull request #95708 from Ma27/matrix-updates

Bump a few packages related to the Matrix ecosystem
This commit is contained in:
Martin Weinelt
2020-08-18 14:19:04 +02:00
committed by GitHub
5 changed files with 12 additions and 11 deletions
@@ -2,7 +2,7 @@
"name": "element-desktop",
"productName": "Element",
"main": "src/electron-main.js",
"version": "1.7.3",
"version": "1.7.4",
"description": "A feature-rich client for Matrix.org",
"author": "Element",
"repository": {
@@ -61,7 +61,7 @@
},
"build": {
"appId": "im.riot.app",
"electronVersion": "9.0.5",
"electronVersion": "9.1.2",
"files": [
"package.json",
{
@@ -8,12 +8,12 @@
let
executableName = "element-desktop";
version = "1.7.3";
version = "1.7.4";
src = fetchFromGitHub {
owner = "vector-im";
repo = "riot-desktop";
rev = "v${version}";
sha256 = "1qr00g2a8dibnkxn4pv9qkv09wwalfbgi2jq4wkq66anbgj9f39g";
sha256 = "16ilkf5b8mz74x1r9fym5xjb4plxzhg3g5njj1sl4qvsbrkk6r9a";
};
electron = electron_9;
@@ -12,11 +12,11 @@ let
in stdenv.mkDerivation rec {
pname = "element-web";
version = "1.7.3";
version = "1.7.4";
src = fetchurl {
url = "https://github.com/vector-im/riot-web/releases/download/v${version}/riot-v${version}.tar.gz";
sha256 = "0vlh89kilnpg90kdxlikfak03zdwhwj754xskgb27jal0iaw0r8s";
sha256 = "0ssyd5b9yrxidivr3rcjsd8ixkmppsmmr7a8k0sv16yk7hjnvz5b";
};
installPhase = ''