Skip to content

Commit

Permalink
riot-desktop: 1.3.5 -> 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pacien committed Sep 27, 2019
1 parent 07891af commit ec0d11a
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": "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": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit ec0d11a

Please sign in to comment.