losslesscut: build against electron_42

electron_39 is EOL.

electron_40 also works; didn't try electron_41.
This commit is contained in:
Colin 2026-05-28 23:06:43 +00:00
commit 850872b2d1

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";