about summary refs log tree commit diff
path: root/pkgs/games/gog
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2018-08-14 21:30:39 +0200
committeraszlig <aszlig@nix.build>2018-08-14 21:30:39 +0200
commitb466d458a1f806df041728673891eb2b47aceb16 (patch)
tree2c9c57ded7990170164203b0e61d59db1a0eb998 /pkgs/games/gog
parent2bd3abac58065b79f52986bc1f8b6e02a6eda868 (diff)
stardew-valley: Update to version 1.3.28
Upstream fixes:

    * Bug preventing buildings from being placed where there would be a
      path/flooring tile in front of the door.
    * Music not playing at the Luau festival and in town.
    * Clients occasionally crashing in rainy weather.
    * Server crash when there are no available network adapters.
    * The load menu showing 'no saved games' while searching for files.
    * Crash that occurred if you collided with a monster on the first
      frame you entered a new location.
    * Robin forgetting that she's meant to upgrade a farmhand cabin if
      the farmhand disconnects abnormally.
    * Farmhands not being able to set the next day's weather with rain
      totems.
    * Farmhands 'swimming' inside their cabins if they're disconnected
      while swimming in the spa.
    * Swimming-related visual bugs in on farmers' faces.
    * Furniture rotation graphical glitch.
    * A crash that occurs if you try to copy an invite code while
      remotely logged into the machine the game is running on.
    * A German localisation issue with '%Farm' appearing in text instead
      of the farm's name.
    * Spouse NPCs not kissing farmers.

Also some various internal changes requested on the modding wishlist.

The upstream URL with the release notes is:

https://community.playstarbound.com/threads/stardew-valley-multiplayer-known-issues-fixes.147892/

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'pkgs/games/gog')
-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 815e37ed..8afd88cd 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.27";
+  version = "1.3.28";
 
   src = fetchGog {
     productId = 1453375253;
     downloadName = "en3installer0";
-    sha256 = "0i4wq6ii8r82gan1j8j9zd5f0cqs7by0s7h9axnb5zi2j0pxlk2i";
+    sha256 = "0lazp9zbgvg33wc5cvmf3fwvsdx3xkslr8nqdh3sm2grhchqqpfn";
   };
 
   nativeBuildInputs = [ makeWrapper ];