From c6f7c2366e08b12015fb60174c5f584f7ace7b48 Mon Sep 17 00:00:00 2001 From: aszlig Date: Fri, 6 Jul 2018 13:42:45 +0200 Subject: stardew-valley-beta: Update to version 1.3.23 Upstream fixes: * Prismatic shard drop rates don't increase when players hit the bottom of the mine * Farmhands warped to the wrong version of Marnie's house after purchasing animals * Crash when player/player child is born and one of the parents is offline * Multiple spouses standing in same space on farm * Using a weapon after eating nullifies the food effects * Walk around (instead of through) Pam when getting on the bus * Toddlers not moving inside cabins * Stop fly buzzing sound when it dies 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 0a37af74..40a301d6 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.22" else "1.2.33"; + version = if beta then "1.3.23" else "1.2.33"; src = fetchGog (if beta then { productId = 1453375253; downloadName = "80335"; downloadType = "product_bonus"; suffix = "tar.gz"; - sha256 = "1ls2rfn6xk77v6k5gss72hwn0gv304l4s129i47n18n2j62xz9mi"; + sha256 = "17d2y6kq34ixryc2swph4w4352ralinhjlmjp5dlagy2vcpz5wjc"; } else { productId = 1453375253; downloadName = "en3installer10"; -- cgit 1.4.1