r2modman: update electron version

We had been pinning to an older Electron release to avoid regressions in
later Electron versions, but that version is now EOL.
This commit is contained in:
Aidan Gauland
2023-12-11 10:55:30 +13:00
parent 491af1f1cc
commit cae4cbf42f
+1 -4
View File
@@ -38292,10 +38292,7 @@ with pkgs;
r2mod_cli = callPackage ../games/r2mod_cli { };
r2modman = callPackage ../games/r2modman {
# Electron 26 has regressions making applications unusable.
electron = electron_25;
};
r2modman = callPackage ../games/r2modman { };
racer = callPackage ../games/racer { };