about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2018-07-25 09:21:19 +0200
committeraszlig <aszlig@nix.build>2018-07-25 09:25:58 +0200
commit381490c973f1044a2a6b18f56d79e42a2b83b948 (patch)
treeeb2a59bb3e2a54bfda1cfea81f91cff9039afd2d /pkgs/games
parent097307c46fc5a7bda63a5916cfd1ee3ad661a0a6 (diff)
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 <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 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";