Skip to content

Commit

Permalink
heroic: update pinned electron version (NixOS#370785)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilylange authored Jan 4, 2025
2 parents 4c63f56 + 8d05e1e commit 06c2510
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 { };
Expand Down

0 comments on commit 06c2510

Please sign in to comment.