Merge pull request #319470 from jlbribeiro/pkgs/feishin/electron-eol

feishin: upgrade electron to v30
This commit is contained in:
Jonas Heinrich 2024-06-13 09:53:47 +02:00 committed by GitHub
commit 50d28be03a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;