Skip to content

Commit

Permalink
riot-desktop: 1.6.6 -> 1.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Jun 29, 2020
1 parent 062362b commit 11b5bde
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.6",
"version": "1.6.7",
"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.6";
version = "1.6.7";
src = fetchFromGitHub {
owner = "vector-im";
repo = "riot-desktop";
rev = "v${version}";
sha256 = "0yrybi6cv3lj0fq4ab4rzjm9l4flfw97hkwzlp7zzixb3z9h09h8";
sha256 = "0l1ih7rkb0nnc79607kkg0k69j9kwqrczhgkqzsmvqxjz7pk9kgn";
};
electron = electron_7;

Expand Down

0 comments on commit 11b5bde

Please sign in to comment.