From 184989810d14f29087c37fd90f1ece14e2a863df Mon Sep 17 00:00:00 2001 From: aszlig Date: Thu, 19 Jul 2018 08:43:49 +0200 Subject: stardew-valley-beta: Update to version 1.3.25 Upstream fixes since 1.3.23: 1.3.24 (10 July 2018): * Players stuck on "Connecting to online services..." screen * Crystalarium item swap exploit * Furniture can be used to complete bundles * Milk requirements for certain cooking recipes (now can accept either Milk or Large Milk) * Summer weather forecast bug * Furniture duplication bug * Long tool use animation bug * Warp tile player & shadow animation bug * "Cloud Country" not being added to the jukebox if you create a game via the co-op menu * Cooking food in the kitchen using ingredients from the wrong fridge * Item debris duplication bug 1.3.25 (16 July 2018): * Experimental network usage optimizations * Infinite ingredient use exploit when cooking in the kitchen * NPC marriage dialogue appearing for non-spouse players * Lack of experience gained for harvesting crops with the scythe * Inability to cancel moving a building * Game occasionally locking up on a black screen at 2am 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 40a301d6..f947ba57 100644 --- a/pkgs/games/gog/stardew-valley.nix +++ b/pkgs/games/gog/stardew-valley.nix @@ -6,14 +6,14 @@ buildGame rec { name = "stardew-valley-${version}"; - version = if beta then "1.3.23" else "1.2.33"; + version = if beta then "1.3.25" else "1.2.33"; src = fetchGog (if beta then { productId = 1453375253; downloadName = "80335"; downloadType = "product_bonus"; suffix = "tar.gz"; - sha256 = "17d2y6kq34ixryc2swph4w4352ralinhjlmjp5dlagy2vcpz5wjc"; + sha256 = "14yap137maf8p9kys90i7c88h1d0qnk937hgxpvwzh0zb8jy49ds"; } else { productId = 1453375253; downloadName = "en3installer10"; -- cgit 1.4.1