1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 23:20:55 +00:00

element-desktop: 1.7.7 -> 1.7.8

This commit is contained in:
Tristan Helmich (omniIT) 2020-10-01 14:52:21 +00:00
parent 5542b84aee
commit 0bf368d339
2 changed files with 5 additions and 5 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;