Unverified Commit ab7256be authored by Maximilian Bosch's avatar Maximilian Bosch Committed by GitHub
Browse files

element-{web,desktop}: 1.11.43 -> 1.11.45 (#258020)

ChangeLog: https://github.com/vector-im/element-web/releases/tag/v1.11.44
ChangeLog: https://github.com/vector-im/element-web/releases/tag/v1.11.45

Also, a few additional bugfixes for desktop on 1.11.44:
https://github.com/vector-im/element-desktop/releases/tag/v1.11.44

The Electron update in desktop in 1.11.45 is not relevant for us because
we don't use a vendored Electron.

Finally, `jq` is needed for processing translations in `element-desktop`
(`i18n:sort` in `package.json`).
parent cc82590e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
, yarn
, nodejs
, fetchYarnDeps
, jq
, electron
, element-web
, sqlcipher
@@ -40,7 +41,7 @@ stdenv.mkDerivation (finalAttrs: builtins.removeAttrs pinData [ "hashes" ] // {
    sha256 = desktopYarnHash;
  };

  nativeBuildInputs = [ yarn fixup_yarn_lock nodejs makeWrapper ]
  nativeBuildInputs = [ yarn fixup_yarn_lock nodejs makeWrapper jq ]
    ++ lib.optionals stdenv.isDarwin [ desktopToDarwinBundle ];

  inherit seshat;
+5 −5
Original line number Diff line number Diff line
{
  "version" = "1.11.43";
  "version" = "1.11.45";
  "hashes" = {
    "desktopSrcHash" = "sha256-mFI3+IRBrJT6wTxoggLTGoB48FyBoRhQSmUKbC8sASI=";
    "desktopYarnHash" = "1w5blpdk61yqai6gwk9n28cf57crnahs6hr0p3xvwchbc9x50dfq";
    "webSrcHash" = "sha256-LF6SMHYP2mxxHnh1YcLYoTEME7SgTVMKa8lz1rVZ+HA=";
    "webYarnHash" = "0qvvhbj5mrrry2zcslz5n3pv4bpmdr5vsv446fm4cfvrj4awbz06";
    "desktopSrcHash" = "sha256-SxpnvIctV738mMRmMiuLgr1InMrlWH39/6lTO0wu+vQ=";
    "desktopYarnHash" = "09a2swngqjz4hahzvczhw0lh38y39glc1dkkhjkp4jqvmds9ni7n";
    "webSrcHash" = "sha256-hImwZ7vzpupRulk9g5jhfv0sgZqmPXnggJjUUwZ+UCE=";
    "webYarnHash" = "0r2xzq9630vky32hqp3h1skdgv3jiiffi8553yzzk4zr45nlvf9d";
  };
}