joplin-desktop: update electron 36 -> 37

Fixes the build, as electron_36 is EOL and use of it results in eval
error.
This commit is contained in:
Bjørn Forsman
2025-11-09 14:46:54 +01:00
parent 21a328d166
commit c0886dcd92

View File

@@ -13,7 +13,7 @@
cairo,
pixman,
libsecret,
electron_36,
electron_37,
xcbuild,
buildPackages,
callPackage,
@@ -23,7 +23,7 @@
}:
let
electron = electron_36;
electron = electron_37;
yarn-berry = yarn-berry_4;
releaseData = lib.importJSON ./release-data.json;