about summary refs log tree commit diff
path: root/pkgs/games/humblebundle
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2017-01-19 04:00:34 +0100
committeraszlig <aszlig@redmoonstudios.org>2017-01-19 04:04:39 +0100
commitf688057b13a35c3f13231493545957587b14e4af (patch)
treed6104e9864c5267892cb63b21f038dbc7a5a05e1 /pkgs/games/humblebundle
parent170f7c9841cf04229dcfa367433e0bc618c1d29c (diff)
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 <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 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" ];