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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user