about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorJonas Heinrich <onny@project-insanity.org>2024-06-13 09:53:47 +0200
committerGitHub <noreply@github.com>2024-06-13 09:53:47 +0200
commit50d28be03a48ddad01b755e8032a3ae65cf7fae2 (patch)
tree5829368638ad2930903eb32c423f5bb5f739ece3 /pkgs/applications
parentf4e066c33aea85896ea005378b5b92d4c433bb0c (diff)
parent5e4fd0a2a241359dff7caaeb361f85c097781967 (diff)
Merge pull request #319470 from jlbribeiro/pkgs/feishin/electron-eol
feishin: upgrade electron to v30
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/audio/feishin/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/feishin/default.nix b/pkgs/applications/audio/feishin/default.nix
index 90561314fec90..98a0c5edebce1 100644
--- a/pkgs/applications/audio/feishin/default.nix
+++ b/pkgs/applications/audio/feishin/default.nix
@@ -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;