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.2 -> 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Jun 4, 2020
1 parent c51202f commit 91099c1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
Expand Up @@ -2,7 +2,7 @@
"name": "riot-desktop",
"productName": "Riot",
"main": "src/electron-main.js",
"version": "1.6.2",
"version": "1.6.3",
"description": "A feature-rich client for Matrix.org",
"author": "New Vector Ltd.",
"repository": {
Expand All @@ -14,6 +14,7 @@
"scripts": {
"mkdirs": "mkdirp packages deploys",
"fetch": "yarn run mkdirs && node scripts/fetch-package.js",
"asar-webapp": "asar p webapp webapp.asar",
"start": "electron .",
"lint": "eslint src/ scripts/ hak/",
"build:native": "yarn run hak",
Expand Down Expand Up @@ -47,7 +48,7 @@
"find-npm-prefix": "^1.0.2",
"fs-extra": "^8.1.0",
"glob": "^7.1.6",
"matrix-js-sdk": "6.1.0",
"matrix-js-sdk": "6.2.0",
"mkdirp": "^1.0.3",
"needle": "^2.3.2",
"node-pre-gyp": "^0.14.0",
Expand Down
Expand Up @@ -146,11 +146,11 @@
};
}
{
name = "acorn___acorn_6.4.0.tgz";
name = "acorn___acorn_6.4.1.tgz";
path = fetchurl {
name = "acorn___acorn_6.4.0.tgz";
url = "https://registry.yarnpkg.com/acorn/-/acorn-6.4.0.tgz";
sha1 = "b659d2ffbafa24baf5db1cdbb2c94a983ecd2784";
name = "acorn___acorn_6.4.1.tgz";
url = "https://registry.yarnpkg.com/acorn/-/acorn-6.4.1.tgz";
sha1 = "531e58ba3f51b9dacb9a6646ca4debf5b14ca474";
};
}
{
Expand Down Expand Up @@ -3154,11 +3154,11 @@
};
}
{
name = "matrix_js_sdk___matrix_js_sdk_6.1.0.tgz";
name = "matrix_js_sdk___matrix_js_sdk_6.2.0.tgz";
path = fetchurl {
name = "matrix_js_sdk___matrix_js_sdk_6.1.0.tgz";
url = "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-6.1.0.tgz";
sha1 = "c28ad67c113c4aa9c8bce409c7ba550170bdc2ee";
name = "matrix_js_sdk___matrix_js_sdk_6.2.0.tgz";
url = "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-6.2.0.tgz";
sha1 = "b1aa6f23858ab3ee4b66be25d3e854f6e287d36b";
};
}
{
Expand Down
Expand Up @@ -8,12 +8,12 @@

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

Expand Down

0 comments on commit 91099c1

Please sign in to comment.