about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2019-02-13 19:18:42 +0100
committeraszlig <aszlig@nix.build>2019-02-13 19:18:42 +0100
commitd13e11dcd57191fd3731af1d29f862b04ddd17eb (patch)
tree4e69692294b451ca9c64f8e5ee95cd51262e5b59 /pkgs/games
parent8201859a65c9ceedea4b1743d1bfc2207b4e11bc (diff)
stardew-valley: Update to version 1.3.33
Upstream changes:

  * Improved performance in locations with lots of light sources (e.g.
    torches).
  * Improved performance on farms with lots of animals.
  * Tweaked new "H" health icon.

Upstream bug fixes:

  * Fixed multiplayer visual glitch when another player uses a tool and
    then starts moving in a new direction.
  * Fixed "fishing stance" visual glitches in multiplayer.

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 144202c0..b66a2399 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.32";
+  version = "1.3.33";
 
   src = fetchGog {
     productId = 1453375253;
     downloadName = "en3installer0";
-    sha256 = "1j6zzdjif2xbihcmpf66af4mbnxnvzjnfn0sq597i9a26h3caia2";
+    sha256 = "1akqnawy2rzyxlkpjip6fa0isnzna131n09fr19i82qj9ywz2c1j";
   };
 
   nativeBuildInputs = [ makeWrapper ];