Skip to content

Commit

Permalink
element: 1.7.22 -> 1.7.23
Browse files Browse the repository at this point in the history
  • Loading branch information
TredwellGit authored and Ma27 committed Mar 17, 2021
1 parent 4d797d3 commit 12d9950
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Expand Up @@ -2,7 +2,7 @@
"name": "element-desktop",
"productName": "Element",
"main": "src/electron-main.js",
"version": "1.7.22",
"version": "1.7.23",
"description": "A feature-rich client for Matrix.org",
"author": "Element",
"repository": {
Expand Down
Expand Up @@ -8,12 +8,12 @@

let
executableName = "element-desktop";
version = "1.7.22";
version = "1.7.23";
src = fetchFromGitHub {
owner = "vector-im";
repo = "element-desktop";
rev = "v${version}";
sha256 = "152ggkkk997pg3xdcdzn3samv3vsb6qifgkyl82bnwchy8y3611d";
sha256 = "0vvjbh81h6sg6dbm9d6ffav0dim9sadvs67jcm702677qgigkc53";
};
electron = electron_9;

Expand Down
Expand Up @@ -12,11 +12,11 @@ let

in stdenv.mkDerivation rec {
pname = "element-web";
version = "1.7.22";
version = "1.7.23";

src = fetchurl {
url = "https://github.com/vector-im/element-web/releases/download/v${version}/element-v${version}.tar.gz";
sha256 = "1aaa986h38kkrnyhb1y65d73idsxmkmi201511az9zlz9210ih59";
sha256 = "10n899gc3qcjy2cskk0whwz60pnvh500x1b57kn22l9bhkg9xkvp";
};

installPhase = ''
Expand Down

0 comments on commit 12d9950

Please sign in to comment.