File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
applications/networking/instant-messengers/element Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 88, nodejs
99, fetchYarnDeps
1010, jq
11- , electron
11+ , electron_33
1212, element-web
1313, sqlcipher
1414, callPackage
2727 executableName = "element-desktop" ;
2828 keytar = callPackage ./keytar { inherit Security AppKit ; } ;
2929 seshat = callPackage ./seshat { inherit CoreServices ; } ;
30+ electron = electron_33 ;
3031in
3132stdenv . mkDerivation ( finalAttrs : builtins . removeAttrs pinData [ "hashes" ] // {
3233 pname = "element-desktop" ;
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments