feishin: bump electron to 40

(cherry picked from commit 973a6da2b6)
This commit is contained in:
BatteredBunny
2026-05-20 20:07:11 +03:00
parent bbaf15ffe5
commit cf4e4ffb35

View File

@@ -3,7 +3,7 @@
stdenv,
buildNpmPackage,
fetchFromGitHub,
electron_39,
electron_40,
dart-sass,
mpv-unwrapped,
fetchPnpmDeps,
@@ -25,7 +25,7 @@ let
hash = "sha256-TSjgjNHhPSZ4k7zZTH5e3FCkl6d7B/2w2WCt0S5OW0g=";
};
electron = electron_39;
electron = electron_40;
in
buildNpmPackage {
inherit pname version;