about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2018-07-19 08:43:49 +0200
committeraszlig <aszlig@nix.build>2018-07-19 08:43:49 +0200
commit184989810d14f29087c37fd90f1ece14e2a863df (patch)
tree6a47d7366e2d10567e9e2ba691f3d5dbfe61b508 /pkgs/games
parent54e484fa385b16858bad77041da19c52238ae1c9 (diff)
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 <aszlig@nix.build>
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/gog/stardew-valley.nix4
1 files changed, 2 insertions, 2 deletions
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";