about summary refs log tree commit diff
path: root/pkgs/games/humblebundle
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-12-22 12:58:41 +0100
committeraszlig <aszlig@redmoonstudios.org>2016-12-22 12:58:41 +0100
commitfb87827fcadf573f53448fe9442b39c8da4eca1d (patch)
tree129853e352b5b35ea36d3a4393540450d9f33268 /pkgs/games/humblebundle
parentfed2e3a93c86e5066116836bb8b5629134023840 (diff)
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 <aszlig@redmoonstudios.org>
Diffstat (limited to 'pkgs/games/humblebundle')
-rw-r--r--pkgs/games/humblebundle/starbound.nix4
1 files changed, 2 insertions, 2 deletions
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" ];