Skip to content

Commit 6d86d77

Browse files
teutat3sbjornfor
authored andcommitted
element-desktop: 1.11.85 -> 1.11.86
https://github.com/element-hq/element-desktop/releases/tag/v1.11.86 Electron version got bumped to 33 in element-hq/element-desktop@cecea31
1 parent 975e7e7 commit 6d86d77

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

pkgs/applications/networking/instant-messengers/element/element-desktop.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
, nodejs
99
, fetchYarnDeps
1010
, jq
11-
, electron
11+
, electron_33
1212
, element-web
1313
, sqlcipher
1414
, callPackage
@@ -27,6 +27,7 @@ let
2727
executableName = "element-desktop";
2828
keytar = callPackage ./keytar { inherit Security AppKit; };
2929
seshat = callPackage ./seshat { inherit CoreServices; };
30+
electron = electron_33;
3031
in
3132
stdenv.mkDerivation (finalAttrs: builtins.removeAttrs pinData [ "hashes" ] // {
3233
pname = "element-desktop";
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"version" = "1.11.85";
2+
"version" = "1.11.86";
33
"hashes" = {
4-
"desktopSrcHash" = "sha256-KNt7UgQBKoieV3IV/qFjk6PKYlgjHk4tLA8cZZlYtIw=";
5-
"desktopYarnHash" = "1wh867yw7ic3nx623c5dknn9wk4zgq9b000p9mdf79spfp57lqlw";
6-
"webSrcHash" = "sha256-JR7kA2thttBle+BT/zH8QjIjp5mJPsRMYx8nd/I3IEw=";
7-
"webYarnHash" = "0f38gizj9cnb7dqj10wljxkbjfabznh3s407n9vsl7ig0hm91zf9";
4+
"desktopSrcHash" = "sha256-GP5KnXL63J0076cVu0OpodlNT7Ypeso4iGrQNKq/17M=";
5+
"desktopYarnHash" = "0bcq89nmx03h106hp875mv482d4r1xahdsimw3cs5c592zl50kx2";
6+
"webSrcHash" = "sha256-cqB77ffTbFLoNsGjXUOb2tdlXhSIS3X1/oDXOzOn99s=";
7+
"webYarnHash" = "1cwj77a997lb4229ngry0b6kip1ggs82b9v126rzfgzavvwh9k1v";
88
};
99
}

pkgs/top-level/all-packages.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2311,7 +2311,6 @@ with pkgs;
23112311

23122312
element-desktop = callPackage ../applications/networking/instant-messengers/element/element-desktop.nix {
23132313
inherit (darwin.apple_sdk.frameworks) Security AppKit CoreServices;
2314-
electron = electron_32;
23152314
};
23162315
element-desktop-wayland = writeScriptBin "element-desktop" ''
23172316
#!/bin/sh

0 commit comments

Comments
 (0)