mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
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:
committed by
github-actions[bot]
parent
00e83d8c84
commit
807d0962b7
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user