Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
riot-desktop: 1.6.1 -> 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed May 22, 2020
1 parent 7dcff0d commit 84ede87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -2,7 +2,7 @@
"name": "riot-desktop",
"productName": "Riot",
"main": "src/electron-main.js",
"version": "1.6.1",
"version": "1.6.2",
"description": "A feature-rich client for Matrix.org",
"author": "New Vector Ltd.",
"repository": {
Expand Down
Expand Up @@ -8,12 +8,12 @@

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

Expand Down

0 comments on commit 84ede87

Please sign in to comment.