heroic: specify electron version to match upstream

This commit is contained in:
Aidan Gauland 2023-09-08 20:39:50 +12:00
parent 157ec795d8
commit a2bd84c8f8
No known key found for this signature in database
GPG Key ID: 16E68DD2D0E77C91

View File

@ -37497,7 +37497,10 @@ with pkgs;
gotypist = callPackage ../games/gotypist { };
heroic-unwrapped = callPackage ../games/heroic { };
heroic-unwrapped = callPackage ../games/heroic {
# Match the version used by the upstream package.
electron = electron_24;
};
heroic = callPackage ../games/heroic/fhsenv.nix { };