Skip to content

Commit

Permalink
element-desktop: 1.7.15 -> 1.7.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Dec 22, 2020
1 parent bbceaa8 commit b9dabe7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.15",
"version": "1.7.16",
"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 @@ -3042,11 +3042,11 @@
};
}
{
name = "ini___ini_1.3.5.tgz";
name = "ini___ini_1.3.8.tgz";
path = fetchurl {
name = "ini___ini_1.3.5.tgz";
url = "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz";
sha1 = "eee25f56db1c9ec6085e0c22778083f596abf927";
name = "ini___ini_1.3.8.tgz";
url = "https://registry.yarnpkg.com/ini/-/ini-1.3.8.tgz";
sha1 = "a29da425b48806f34767a4efce397269af28432c";
};
}
{
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.15";
version = "1.7.16";
src = fetchFromGitHub {
owner = "vector-im";
repo = "element-desktop";
rev = "v${version}";
sha256 = "sha256-7kWf8MXSB4/sX1bjMsfkzgzElS/AYu5VHAKGcqgvH54=";
sha256 = "sha256-mdHsw1Vi+2hrAF7biX3pJqfRaZU2lpw9zUZdcCm717g=";
};
electron = electron_9;

Expand Down

0 comments on commit b9dabe7

Please sign in to comment.