diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 3327d4a79f0b..e9c20f5904ff 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -16199,8 +16199,8 @@ with pkgs; fteqcc; heroic-unwrapped = callPackage ../games/heroic { - # Match the version used by the upstream package. - electron = electron_31; + # Upstream uses EOL Electron 31. Use next oldest version. + electron = electron_32; }; heroic = callPackage ../games/heroic/fhsenv.nix { };