feishin: upgrade electron to v30

Addresses #319252: v27 has been EOL since 2024/04/16.
This commit is contained in:
José Ribeiro 2024-06-13 04:24:58 +01:00
parent 81b5de61a4
commit 5e4fd0a2a2
No known key found for this signature in database

View File

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