riot-desktop: 1.5.15 -> 1.6.0

https://github.com/vector-im/riot-web/releases/tag/v1.6.0
This commit is contained in:
Maximilian Bosch 2020-05-05 14:28:15 +02:00
parent b9787479e2
commit bc6bad222e
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E
3 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@
"name": "riot-web", "name": "riot-web",
"productName": "Riot", "productName": "Riot",
"main": "src/electron-main.js", "main": "src/electron-main.js",
"version": "1.5.15", "version": "1.6.0",
"description": "A feature-rich client for Matrix.org", "description": "A feature-rich client for Matrix.org",
"author": "New Vector Ltd.", "author": "New Vector Ltd.",
"dependencies": { "dependencies": {

View File

@ -610,11 +610,11 @@
}; };
} }
{ {
name = "minimist___minimist_1.2.2.tgz"; name = "minimist___minimist_1.2.3.tgz";
path = fetchurl { path = fetchurl {
name = "minimist___minimist_1.2.2.tgz"; name = "minimist___minimist_1.2.3.tgz";
url = "https://registry.yarnpkg.com/minimist/-/minimist-1.2.2.tgz"; url = "https://registry.yarnpkg.com/minimist/-/minimist-1.2.3.tgz";
sha1 = "b00a00230a1108c48c169e69a291aafda3aacd63"; sha1 = "3db5c0765545ab8637be71f333a104a965a9ca3f";
}; };
} }
{ {

View File

@ -8,12 +8,12 @@
let let
executableName = "riot-desktop"; executableName = "riot-desktop";
version = "1.5.15"; version = "1.6.0";
riot-web-src = fetchFromGitHub { riot-web-src = fetchFromGitHub {
owner = "vector-im"; owner = "vector-im";
repo = "riot-web"; repo = "riot-web";
rev = "v${version}"; rev = "v${version}";
sha256 = "08yk5is6n9ci1jml0b94a3swdybx01k5klbl30i1b76biyn75m77"; sha256 = "16zm6l4c7vkfdlxh6gdw531k5r4v3mb0h66q41h94dvmj79dz2bj";
}; };
electron = electron_7; electron = electron_7;