mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
heroic: specify electron version to match upstream
This commit is contained in:
parent
157ec795d8
commit
a2bd84c8f8
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user