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