From 381490c973f1044a2a6b18f56d79e42a2b83b948 Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 25 Jul 2018 09:21:19 +0200 Subject: stardew-valley-beta: Update to version 1.3.26 Upstream changes: * Fix Grandpa's event and witch event happening simultaniously can lock the game up * Give full house achievement in player-player marriage births * Fix Black screen (until you click) after player-player childbirth * Fix children not appearing in farmhouse for player-player marriage * Fix buildings evaluating current position as ineligible move space * Fix prismatic shard rate too high after reaching bottom of mines * Fix stardrop not rewarding for player-player marriages * Fix instantly brewing wine * Fix horse duplication bug * Fix Krobus winter event quest typo * Fix crash when entering railroad area * Fix disconnect issues reported in 1.3.25 * Fix fishing rod crash bug * Fix farmhands unable to get rid of children at dark shrine * Allow players to fix their saves by removing duplicate museum items * Fix players are able to simultaneously donate/rearrange the museum * Fix spouse NPCs not kissing back in multiplayer * Fix farmhands talking to NPCs playing unique animations causing them to stop animating * Fix lack of spouse patio animations * Fix host seeing spouse dialogue for farmhand spouses * Allow to mount horse while farmer is playing an animation (e.g. picking up an item) * Fix animals eating twice as much if they're outside while the player sleeps. * Add ValueAdded/ValueRemoved events to NetList Signed-off-by: aszlig --- pkgs/games/gog/stardew-valley.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/games/gog') diff --git a/pkgs/games/gog/stardew-valley.nix b/pkgs/games/gog/stardew-valley.nix index f947ba57..6408c342 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.25" else "1.2.33"; + version = if beta then "1.3.26" else "1.2.33"; src = fetchGog (if beta then { productId = 1453375253; downloadName = "80335"; downloadType = "product_bonus"; suffix = "tar.gz"; - sha256 = "14yap137maf8p9kys90i7c88h1d0qnk937hgxpvwzh0zb8jy49ds"; + sha256 = "1m140ckz0y0nr1v7b30iqbjmr0fq57djclggvkazqcvanhzymij9"; } else { productId = 1453375253; downloadName = "en3installer10"; -- cgit 1.4.1