Merge pull request #99290 from fadenb/element-1.7.8

element-web, element-desktop: 1.7.7 -> 1.7.8
This commit is contained in:
Maximilian Bosch 2020-10-01 17:33:54 +02:00 committed by GitHub
commit 229343aeb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@
"name": "element-desktop",
"productName": "Element",
"main": "src/electron-main.js",
"version": "1.7.7",
"version": "1.7.8",
"description": "A feature-rich client for Matrix.org",
"author": "Element",
"repository": {
@ -56,12 +56,12 @@
"tar": "^6.0.1"
},
"hakDependencies": {
"matrix-seshat": "^2.1.0",
"matrix-seshat": "^2.1.1",
"keytar": "^5.6.0"
},
"build": {
"appId": "im.riot.app",
"electronVersion": "9.1.2",
"electronVersion": "10.1.1",
"files": [
"package.json",
{

View File

@ -8,12 +8,12 @@
let
executableName = "element-desktop";
version = "1.7.7";
version = "1.7.8";
src = fetchFromGitHub {
owner = "vector-im";
repo = "riot-desktop";
rev = "v${version}";
sha256 = "1h3v3d41ykgwn397nhm9zaqgf3n69zh592sjzrprvk1gsn5kj5h2";
sha256 = "04pfx8knixwlz6s7yxcbff6hpyq75hd4wyj9npil6pcmkxglns5l";
};
electron = electron_9;

View File

@ -12,11 +12,11 @@ let
in stdenv.mkDerivation rec {
pname = "element-web";
version = "1.7.7";
version = "1.7.8";
src = fetchurl {
url = "https://github.com/vector-im/riot-web/releases/download/v${version}/riot-v${version}.tar.gz";
sha256 = "1hly102725qh4xjggxv85w1hyq26mhkgj3y6s76yar7i3smj6kpw";
sha256 = "1ss5hf4vbr1gr4x3js9blv85fzy8asa1s2gv3rds8aiqnia83alf";
};
installPhase = ''