lol

element-desktop: 1.9.0 -> 1.9.2

ChangeLog: https://github.com/vector-im/element-desktop/releases/tag/v1.9.2

authored by

Maximilian Bosch and committed by
Yuka
d0e647cd 6ed00026

+51 -27
+3 -3
pkgs/applications/networking/instant-messengers/element/element-desktop-package.json
··· 2 2 "name": "element-desktop", 3 3 "productName": "Element", 4 4 "main": "lib/electron-main.js", 5 - "version": "1.9.0", 5 + "version": "1.9.2", 6 6 "description": "A feature-rich client for Matrix.org", 7 7 "author": "Element", 8 8 "repository": { ··· 57 57 "allchange": "^1.0.2", 58 58 "asar": "^2.0.1", 59 59 "chokidar": "^3.5.2", 60 - "electron": "13", 60 + "electron": "13.5", 61 61 "electron-builder": "22.11.4", 62 62 "electron-builder-squirrel-windows": "22.11.4", 63 63 "electron-devtools-installer": "^3.1.1", ··· 83 83 }, 84 84 "build": { 85 85 "appId": "im.riot.app", 86 - "electronVersion": "13.4.0", 86 + "electronVersion": "13.5.1", 87 87 "files": [ 88 88 "package.json", 89 89 {
+46 -22
pkgs/applications/networking/instant-messengers/element/element-desktop-yarndeps.nix
··· 730 730 }; 731 731 } 732 732 { 733 + name = "_types_node___node_14.17.21.tgz"; 734 + path = fetchurl { 735 + name = "_types_node___node_14.17.21.tgz"; 736 + url = "https://registry.yarnpkg.com/@types/node/-/node-14.17.21.tgz"; 737 + sha1 = "6359d8cf73481e312a43886fa50afc70ce5592c6"; 738 + }; 739 + } 740 + { 733 741 name = "_types_plist___plist_3.0.2.tgz"; 734 742 path = fetchurl { 735 743 name = "_types_plist___plist_3.0.2.tgz"; ··· 1626 1634 }; 1627 1635 } 1628 1636 { 1629 - name = "core_js___core_js_3.17.3.tgz"; 1637 + name = "core_js___core_js_3.18.2.tgz"; 1630 1638 path = fetchurl { 1631 - name = "core_js___core_js_3.17.3.tgz"; 1632 - url = "https://registry.yarnpkg.com/core-js/-/core-js-3.17.3.tgz"; 1633 - sha1 = "8e8bd20e91df9951e903cabe91f9af4a0895bc1e"; 1639 + name = "core_js___core_js_3.18.2.tgz"; 1640 + url = "https://registry.yarnpkg.com/core-js/-/core-js-3.18.2.tgz"; 1641 + sha1 = "63a551e8a29f305cd4123754846e65896619ba5b"; 1634 1642 }; 1635 1643 } 1636 1644 { ··· 2002 2010 }; 2003 2011 } 2004 2012 { 2005 - name = "electron___electron_13.4.0.tgz"; 2013 + name = "electron___electron_13.5.1.tgz"; 2006 2014 path = fetchurl { 2007 - name = "electron___electron_13.4.0.tgz"; 2008 - url = "https://registry.yarnpkg.com/electron/-/electron-13.4.0.tgz"; 2009 - sha1 = "f9f9e518d8c6bf23bfa8b69580447eea3ca0f880"; 2015 + name = "electron___electron_13.5.1.tgz"; 2016 + url = "https://registry.yarnpkg.com/electron/-/electron-13.5.1.tgz"; 2017 + sha1 = "76c02c39be228532f886a170b472cbd3d93f0d0f"; 2010 2018 }; 2011 2019 } 2012 2020 { ··· 2154 2162 }; 2155 2163 } 2156 2164 { 2157 - name = "2306b3d4da4eba908b256014b979f1d3d43d2945"; 2158 - path = fetchurl { 2159 - name = "2306b3d4da4eba908b256014b979f1d3d43d2945"; 2160 - url = "https://codeload.github.com/matrix-org/eslint-plugin-matrix-org/tar.gz/2306b3d4da4eba908b256014b979f1d3d43d2945"; 2161 - sha1 = "e82e07e6163d15ee5243d8df073947540bf0efc9"; 2162 - }; 2163 - } 2165 + name = "2306b3d4da4eba908b256014b979f1d3d43d2945"; 2166 + path = 2167 + let 2168 + repo = fetchgit { 2169 + url = "https://github.com/matrix-org/eslint-plugin-matrix-org.git"; 2170 + rev = "2306b3d4da4eba908b256014b979f1d3d43d2945"; 2171 + sha256 = "0ywgrls2phviz47kzsjrxijkdbs1ky77471fbq9cnpj0fs3si81c"; 2172 + }; 2173 + in 2174 + runCommand "2306b3d4da4eba908b256014b979f1d3d43d2945" { buildInputs = [gnutar]; } '' 2175 + # Set u+w because tar-fs can't unpack archives with read-only dirs 2176 + # https://github.com/mafintosh/tar-fs/issues/79 2177 + tar cf $out --mode u+w -C ${repo} . 2178 + ''; 2179 + } 2164 2180 { 2165 2181 name = "eslint_scope___eslint_scope_5.1.1.tgz"; 2166 2182 path = fetchurl { ··· 3506 3522 }; 3507 3523 } 3508 3524 { 3509 - name = "e5c7071e0cdf715de87ef39dc8260e11d7add2f8"; 3510 - path = fetchurl { 3511 - name = "e5c7071e0cdf715de87ef39dc8260e11d7add2f8"; 3512 - url = "https://codeload.github.com/matrix-org/matrix-web-i18n/tar.gz/e5c7071e0cdf715de87ef39dc8260e11d7add2f8"; 3513 - sha1 = "efbc392e3523669d20b812a6dae2f6efb49b888d"; 3514 - }; 3515 - } 3525 + name = "e5c7071e0cdf715de87ef39dc8260e11d7add2f8"; 3526 + path = 3527 + let 3528 + repo = fetchgit { 3529 + url = "https://github.com/matrix-org/matrix-web-i18n.git"; 3530 + rev = "e5c7071e0cdf715de87ef39dc8260e11d7add2f8"; 3531 + sha256 = "0whjmf23m3204ifgx3spfnlg9pwm956fc16gjxgp9ia0d93xrpn6"; 3532 + }; 3533 + in 3534 + runCommand "e5c7071e0cdf715de87ef39dc8260e11d7add2f8" { buildInputs = [gnutar]; } '' 3535 + # Set u+w because tar-fs can't unpack archives with read-only dirs 3536 + # https://github.com/mafintosh/tar-fs/issues/79 3537 + tar cf $out --mode u+w -C ${repo} . 3538 + ''; 3539 + } 3516 3540 { 3517 3541 name = "memoizee___memoizee_0.4.15.tgz"; 3518 3542 path = fetchurl {
+2 -2
pkgs/applications/networking/instant-messengers/element/element-desktop.nix
··· 19 19 20 20 let 21 21 executableName = "element-desktop"; 22 - version = "1.9.0"; 22 + version = "1.9.2"; 23 23 src = fetchFromGitHub { 24 24 owner = "vector-im"; 25 25 repo = "element-desktop"; 26 26 rev = "v${version}"; 27 - sha256 = "sha256-vsLu41n3oCSyyPLgASs7jZViu6DPkWmMfSO7414VPO4="; 27 + sha256 = "sha256-F1uyyBbs+U7tQzRtn+p923Z/BY8Nwxr/JTMYwsak8W8="; 28 28 }; 29 29 electron_exec = if stdenv.isDarwin then "${electron}/Applications/Electron.app/Contents/MacOS/Electron" else "${electron}/bin/electron"; 30 30 in