From 5e4fd0a2a241359dff7caaeb361f85c097781967 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Ribeiro?= Date: Thu, 13 Jun 2024 04:24:58 +0100 Subject: [PATCH] feishin: upgrade electron to v30 Addresses #319252: v27 has been EOL since 2024/04/16. --- pkgs/applications/audio/feishin/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/audio/feishin/default.nix b/pkgs/applications/audio/feishin/default.nix index 90561314fec9..98a0c5edebce 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;