Merge pull request #336655 from jlbribeiro/fix/feishin-electron_31

feishin: use electron_31
This commit is contained in:
Jonas Heinrich
2024-08-23 16:35:33 +02:00
committed by GitHub
+2 -2
View File
@@ -3,7 +3,7 @@
stdenv,
buildNpmPackage,
fetchFromGitHub,
electron_30,
electron_31,
darwin,
copyDesktopItems,
makeDesktopItem,
@@ -20,7 +20,7 @@ let
hash = "sha256-UOY0wjWGK7sal/qQbbkHjFUIA49QtbO+Ei6hSTOyHWk=";
};
electron = electron_30;
electron = electron_31;
in
buildNpmPackage {
inherit pname version;