affine: use latest electron

This commit is contained in:
oddlama
2025-10-18 10:07:44 +02:00
parent df05dcceaf
commit d0e2f885e6
+1 -2
View File
@@ -4,7 +4,7 @@
stdenvNoCC,
fetchFromGitHub,
rustPlatform,
electron_37,
electron,
nodejs_22,
yarn-berry_4,
cacert,
@@ -28,7 +28,6 @@ let
hostPlatform = stdenvNoCC.hostPlatform;
nodePlatform = hostPlatform.node.platform;
nodeArch = hostPlatform.node.arch;
electron = electron_37;
nodejs = nodejs_22;
yarn-berry = yarn-berry_4.override { inherit nodejs; };
productName = if buildType != "stable" then "AFFiNE-${buildType}" else "AFFiNE";