From e4860ac4b1787577ad5fece81169f8ca807e6cfa Mon Sep 17 00:00:00 2001 From: aszlig Date: Fri, 19 Jun 2020 05:09:48 +0200 Subject: fetchGog: Default downloadName to "en3installer0" Most of the games are using "en3installer0" as the downloadName, so it makes sense to use this as the default, since first of all do not support languages other than English except for a few games (eg. Albion) and second, there is no game with several installer packages to chose from (at least not on top of my head). Even if there would be, it would still be the exception rather than the rule, so let's optimise for the common scenario. Signed-off-by: aszlig --- pkgs/games/gog/sunless-skies.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'pkgs/games/gog/sunless-skies.nix') diff --git a/pkgs/games/gog/sunless-skies.nix b/pkgs/games/gog/sunless-skies.nix index 9efa2c08..3c50afff 100644 --- a/pkgs/games/gog/sunless-skies.nix +++ b/pkgs/games/gog/sunless-skies.nix @@ -8,7 +8,6 @@ buildUnity { src = fetchGog { productId = 1771268779; - downloadName = "en3installer0"; sha256 = "1j6mdjy4x6xra2bx1f6iz7ywhg9cz340kfvlihcnmll66jxqrrk7"; }; } -- cgit 1.4.1