Skip to content

Commit

Permalink
element-desktop: 1.7.20 -> 1.7.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Feb 16, 2021
1 parent 234bed4 commit b8878b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -2,7 +2,7 @@
"name": "element-desktop",
"productName": "Element",
"main": "src/electron-main.js",
"version": "1.7.20",
"version": "1.7.21",
"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.20";
version = "1.7.21";
src = fetchFromGitHub {
owner = "vector-im";
repo = "element-desktop";
rev = "v${version}";
sha256 = "sha256-kQMswcEGsefQ8HCWxYPgvxOKP5cgvXx8oCl5Inh6sOg=";
sha256 = "sha256-tpFiKaJB6KN97ipN3OCTyxpiS0b980MQ1Ynxj8CjCuI=";
};
in mkYarnPackage rec {
name = "element-desktop-${version}";
Expand Down

0 comments on commit b8878b9

Please sign in to comment.