about summary refs log tree commit diff
path: root/pkgs/games/gog/stardew-valley.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/gog/stardew-valley.nix')
-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" \