mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
feishin: upgrade electron to v30
Addresses #319252: v27 has been EOL since 2024/04/16.
This commit is contained in:
parent
81b5de61a4
commit
5e4fd0a2a2
@ -3,7 +3,7 @@
|
||||
stdenv,
|
||||
buildNpmPackage,
|
||||
fetchFromGitHub,
|
||||
electron_27,
|
||||
electron_30,
|
||||
darwin,
|
||||
copyDesktopItems,
|
||||
makeDesktopItem,
|
||||
@ -20,7 +20,7 @@ let
|
||||
hash = "sha256-eNGHrSF/MgRHh0CVc0l8denZIbAnPXwFCZJZcvF+Xtc=";
|
||||
};
|
||||
|
||||
electron = electron_27;
|
||||
electron = electron_30;
|
||||
in
|
||||
buildNpmPackage {
|
||||
inherit pname version;
|
||||
|
Loading…
Reference in New Issue
Block a user