losslesscut: build against electron_42

electron_39 is EOL.

electron_40 also works; didn't try electron_41.

(cherry picked from commit 850872b2d1)
This commit is contained in:
Colin
2026-05-28 23:06:43 +00:00
committed by github-actions[bot]
parent 00e83d8c84
commit 807d0962b7

View File

@@ -4,7 +4,7 @@
stdenv,
yarn-berry_4,
nodejs_24,
electron_39,
electron_42,
makeWrapper,
ffmpeg-headless,
copyDesktopItems,
@@ -15,7 +15,7 @@
let
yarn-berry = yarn-berry_4;
nodejs = nodejs_24;
electron = electron_39;
electron = electron_42;
in
stdenv.mkDerivation (finalAttrs: {
pname = "losslesscut";