From b466d458a1f806df041728673891eb2b47aceb16 Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 14 Aug 2018 21:30:39 +0200 Subject: 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 --- pkgs/games/gog/stardew-valley.nix | 4 ++-- 1 file 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 ]; -- cgit 1.4.1