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:
@@ -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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user