Merge pull request #254075 from aidalgol/heroic-white-screen-fix

heroic: specify electron version to match upstream
This commit is contained in:
Weijia Wang 2023-09-08 21:46:59 +02:00 committed by GitHub
commit d234009b52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37511,7 +37511,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 { };