riot-desktop: 1.3.5 -> 1.4.0

This commit is contained in:
pacien 2019-09-27 15:36:51 +02:00
parent 07891afccf
commit ec0d11a72f
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -6,12 +6,12 @@
let
executableName = "riot-desktop";
version = "1.3.5";
version = "1.4.0";
riot-web-src = fetchFromGitHub {
owner = "vector-im";
repo = "riot-web";
rev = "v${version}";
sha256 = "05xwp6062lvjsy539swa6dxj3k3dw1667nkx8ffwdl1dg17wphy8";
sha256 = "1p8bl7v2214shywn53fpcb27vvvdjrs3kcys3f045v2l5fg5xhsa";
};
in yarn2nix-moretea.mkYarnPackage rec {