diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 67c59f43c4b1a..be8a76018e77f 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -16246,8 +16246,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 { };