From fb87827fcadf573f53448fe9442b39c8da4eca1d Mon Sep 17 00:00:00 2001 From: aszlig Date: Thu, 22 Dec 2016 12:58:41 +0100 Subject: starbound: Update to version 1.2.1 Upstream changes: * Update bundled steam api * Various fixes to the ancient vault dungeon * Fix chat tabs not being clickable * Fix a potential threading issue related to steam p2p networking * Allow players to repeat the quest to unlock the vaults in multiple universes. Fixes an edge case where doing the quest on a server would make you unable to unlock the key trader in single player, and vice versa. * Fix issue where non-vault mission worlds would not reset after leaving * Make adjustments to texture atlasing to resolve certain framerate issues related to using larger texture sizes * Add "limitTextureAtlasSize" option in starbound.config to manually limit texture atlas sizes. Should only necessary for video cards significantly below the minimum requirements. URL: http://playstarbound.com/starbound-1-2-1-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 9f5f0d29..48179272 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.0"; + version = "1.2.1"; src = fetchHumbleBundle { name = "starbound-linux-${version}.zip"; machineName = "starbound_linux"; - md5 = "36d6fddcd88797e182c4d4dd228fec03"; + md5 = "58c1000af2f83608cb8c2716a3ad5646"; }; outputs = [ "out" "lib" "assets" ]; -- cgit 1.4.1