riot-desktop: 1.6.1 -> 1.6.2

https://github.com/vector-im/riot-web/releases/tag/v1.6.2
This commit is contained in:
Maximilian Bosch 2020-05-22 16:35:01 +02:00
parent 7dcff0dab5
commit 84ede87458
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
"name": "riot-desktop", "name": "riot-desktop",
"productName": "Riot", "productName": "Riot",
"main": "src/electron-main.js", "main": "src/electron-main.js",
"version": "1.6.1", "version": "1.6.2",
"description": "A feature-rich client for Matrix.org", "description": "A feature-rich client for Matrix.org",
"author": "New Vector Ltd.", "author": "New Vector Ltd.",
"repository": { "repository": {

View file

@ -8,12 +8,12 @@
let let
executableName = "riot-desktop"; executableName = "riot-desktop";
version = "1.6.1"; version = "1.6.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "vector-im"; owner = "vector-im";
repo = "riot-desktop"; repo = "riot-desktop";
rev = "v${version}"; rev = "v${version}";
sha256 = "05mhapcgr1802c27428m8wkmw8qis1akv4m7z3m0l89wgv4kh6za"; sha256 = "1anmch9z3na7rphxb0p9cnk55388z22iwfnfjhmjps1ii5wx4rls";
}; };
electron = electron_7; electron = electron_7;