about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2018-07-06 13:42:45 +0200
committeraszlig <aszlig@nix.build>2018-07-06 13:44:31 +0200
commitc6f7c2366e08b12015fb60174c5f584f7ace7b48 (patch)
tree24b3651ab1e87949f64dd27e9c52908e35f08abd /pkgs/games
parent11bd13327b59ea2d81132f1881b65dcbe776f464 (diff)
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 <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 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";