ente-desktop: bump to electron_37

This matches the upstream, we just forgot to update it

https://github.com/ente-io/ente/blob/photosd-v1.7.14/desktop/package.json#L51
This commit is contained in:
Yureka
2025-09-13 14:14:22 +02:00
parent f4ee7c9223
commit 586de32ddc
+2 -2
View File
@@ -4,7 +4,7 @@
fetchFromGitHub,
fetchYarnDeps,
nodejs,
electron_35,
electron_37,
yarnConfigHook,
copyDesktopItems,
vips,
@@ -15,7 +15,7 @@
imagemagick,
}:
let
electron = electron_35;
electron = electron_37;
in
stdenv.mkDerivation (finalAttrs: {