From 2f997d35618620ef721ef00d949f1ae59c84f7ed Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 10 Nov 2020 08:31:00 +0100 Subject: games/stardew-valley: Update to version 1.4.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- pkgs/games/gog/stardew-valley.nix | 6 +++--- 1 file 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" \ -- cgit 1.4.1