Skip to content

Commit

Permalink
element-desktop: 1.7.9 -> 1.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Oct 22, 2020
1 parent 0b30848 commit ba9579a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "element-desktop",
"productName": "Element",
"main": "src/electron-main.js",
"version": "1.7.9",
"version": "1.7.10",
"description": "A feature-rich client for Matrix.org",
"author": "Element",
"repository": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

let
executableName = "element-desktop";
version = "1.7.9";
version = "1.7.10";
src = fetchFromGitHub {
owner = "vector-im";
repo = "riot-desktop";
rev = "v${version}";
sha256 = "0hk9y6zzabfdi35fqzl9987d98a6k74fi0mzmhhvhvvpj8i1ldrn";
sha256 = "06ygqfhbsld4s274kakb6a5nx75jki44r8lwk3n0pi5mnkn626gl";
};
electron = electron_8;

Expand Down

0 comments on commit ba9579a

Please sign in to comment.