affine: electron_35 -> electron_37

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