mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
losslesscut: build against electron_42
electron_39 is EOL. electron_40 also works; didn't try electron_41.
This commit is contained in:
parent
32e19a7103
commit
850872b2d1
1 changed files with 2 additions and 2 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue