about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2020-11-10 08:31:00 +0100
committeraszlig <aszlig@nix.build>2020-11-10 08:43:46 +0100
commit2f997d35618620ef721ef00d949f1ae59c84f7ed (patch)
tree16f0ecf5079d936796cfb9454369ec73df106290 /pkgs/games
parent5128d3a1eaa741864dac3771aafb0b5326e33b76 (diff)
games/stardew-valley: Update to version 1.4.5
The list of changes is very huge, so here is a *very* small summary for
the 1.4 upgrade:

  * There is a new end-game mystery
  * Add some more character events
  * Add Fish Ponds
  * Add a new farm map: Four Corners
  * Over 60 new items, some fun, some practical and some powerful
  * Add 24 new hairstyles, 181 new shirts, 35 new hats, 14 new pants and
    2 new boots
  * Junimo Kart has been almost completely re-done
  * Sheds can be upgraded to double their interior size
  * Add 2 new monsters and 2 new alternative levels to the mines
  * Add a new type of upgrade at the Blacksmith’s
  * New emote menu for your farmer (default key is Y)
  * Lots of Quality of Life improvements
  * Your collections tab now keeps track of all the letters you’ve
    received
  * Add 14 new music tracks
  * Hundreds of bug fixes

Here is the full version history with not only the 1.4 upgrade but also
all the patches till now:

https://stardewvalleywiki.com/Version_History

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/gog/stardew-valley.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/games/gog/stardew-valley.nix b/pkgs/games/gog/stardew-valley.nix
index 52f2b7ac..7620fbf9 100644
--- a/pkgs/games/gog/stardew-valley.nix
+++ b/pkgs/games/gog/stardew-valley.nix
@@ -4,11 +4,11 @@
 
 buildGame rec {
   name = "stardew-valley-${version}";
-  version = "1.3.33";
+  version = "1.4.5";
 
   src = fetchGog {
     productId = 1453375253;
-    sha256 = "1akqnawy2rzyxlkpjip6fa0isnzna131n09fr19i82qj9ywz2c1j";
+    sha256 = "0w30wfmy1mpgn0r05927gchs448dcf9h43qvi6pssng1y36zqw0p";
   };
 
   nativeBuildInputs = [ makeWrapper ];
@@ -39,7 +39,7 @@ buildGame rec {
     cp -rv monoconfig "$out/libexec/stardew-valley/StardewValley.exe.config"
     cp -rvt "$out/libexec/stardew-valley" StardewValley.exe \
       MonoGame.Framework.dll* BmFont.dll xTile.dll Lidgren.Network.dll \
-      GalaxyCSharp.dll
+      GalaxyCSharp.dll StardewValley.GameData.dll
     ln -s "$out/share/stardew-valley" "$out/libexec/stardew-valley/Content"
 
     install -vD "lib$bitSuffix/libGalaxy$bitSuffix.so" \