From f688057b13a35c3f13231493545957587b14e4af Mon Sep 17 00:00:00 2001 From: aszlig Date: Thu, 19 Jan 2017 04:00:34 +0100 Subject: starbound: Update to version 1.2.2 Upstream changes: * Fix a bug causing frequent save file corruption on Windows after power loss * Fix generated monsters not using their special attacks * Fix kill achievements not unlocking properly * Fix several materials being erroneously tillable or tilling with the wrong tile mod * Fix a dungeon piece in underwater Hylotl cities occasionally failing to place * Fix a dungeon piece in ice vaults occasionally failing to place * Fix airship dungeon sometimes spawning without a clue object * Fix Dreadwing not properly dying when killed with Doomcannon * Fix Mazebound64 game * Disable Outpost return gate to prevent several potential exploits * Miscellaneous bug fixes * Santa has gone ho ho home, to return another Christmas! URL: http://playstarbound.com/starbound-1-2-2-changelog/ Tested using the games.starbound test on x86_64-linux. Signed-off-by: aszlig --- pkgs/games/humblebundle/starbound.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/games/humblebundle/starbound.nix') diff --git a/pkgs/games/humblebundle/starbound.nix b/pkgs/games/humblebundle/starbound.nix index 48179272..d03d4333 100644 --- a/pkgs/games/humblebundle/starbound.nix +++ b/pkgs/games/humblebundle/starbound.nix @@ -269,12 +269,12 @@ let in stdenv.mkDerivation rec { name = "starbound-${version}"; - version = "1.2.1"; + version = "1.2.2"; src = fetchHumbleBundle { name = "starbound-linux-${version}.zip"; machineName = "starbound_linux"; - md5 = "58c1000af2f83608cb8c2716a3ad5646"; + md5 = "b5d6a541079fe5535d32b20972478e14"; }; outputs = [ "out" "lib" "assets" ]; -- cgit 1.4.1