From d13e11dcd57191fd3731af1d29f862b04ddd17eb Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 13 Feb 2019 19:18:42 +0100 Subject: stardew-valley: Update to version 1.3.33 Upstream changes: * Improved performance in locations with lots of light sources (e.g. torches). * Improved performance on farms with lots of animals. * Tweaked new "H" health icon. Upstream bug fixes: * Fixed multiplayer visual glitch when another player uses a tool and then starts moving in a new direction. * Fixed "fishing stance" visual glitches in multiplayer. Signed-off-by: aszlig --- pkgs/games/gog/stardew-valley.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/games') diff --git a/pkgs/games/gog/stardew-valley.nix b/pkgs/games/gog/stardew-valley.nix index 144202c0..b66a2399 100644 --- a/pkgs/games/gog/stardew-valley.nix +++ b/pkgs/games/gog/stardew-valley.nix @@ -4,12 +4,12 @@ buildGame rec { name = "stardew-valley-${version}"; - version = "1.3.32"; + version = "1.3.33"; src = fetchGog { productId = 1453375253; downloadName = "en3installer0"; - sha256 = "1j6zzdjif2xbihcmpf66af4mbnxnvzjnfn0sq597i9a26h3caia2"; + sha256 = "1akqnawy2rzyxlkpjip6fa0isnzna131n09fr19i82qj9ywz2c1j"; }; nativeBuildInputs = [ makeWrapper ]; -- cgit 1.4.1