Skip to content

Commit

Permalink
element-desktop: 1.7.13 -> 1.7.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Nov 23, 2020
1 parent b741501 commit 22acd9d
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.13",
"version": "1.7.14",
"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.13";
version = "1.7.14";
src = fetchFromGitHub {
owner = "vector-im";
repo = "riot-desktop";
rev = "v${version}";
sha256 = "04nm5amhc0bqqwcc1c9x88lnbjaaryfs0xhi4as65l5ac4jdkzjc";
sha256 = "04zqvj7n803dwp4jkhiihhynp82birb14vamm6ys39a0zgs91cnv";
};
electron = electron_9;

Expand Down

0 comments on commit 22acd9d

Please sign in to comment.