From fed2e3a93c86e5066116836bb8b5629134023840 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sat, 17 Dec 2016 19:10:12 +0100 Subject: starbound: Update to version 1.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Major upstream changes are: * Ancient Vaults: Players who have completed the main storyline can visit a mysterious trader on the Outpost who will send them on a quest to activate and enter the Ancient Gateways found floating in some systems These gateways provide access to Ancient Vaults: challenging procedural dungeons left by the ancients, filled with dangerous guardians (including procedural bosses!) and fantastic lost technologies. * Terraforming: Using powerful devices acquired from the Ancient Vaults along with a new Essence currency, you can now transform regions or whole planets into entirely different biomes Terraformers can be used to expand a region across a planet’s surface, replacing natural blocks, objects and plant life, and eventually changing the type of the planet itself Microformers are consumable single-use terraformers which provide even more region types to add to your worlds. * Weapon Upgrades: Use the ancient anvil available at the end of Ancient Vaults and spend Essence to upgrade your outdated legendary weapons, opening up many new options for endgame combat styles * Elemental Damage: Monsters now have resistance and weakness to elemental damage types, making your choice of weapons more important than ever * Holiday Spirit: Celebrate the holidays with the variety of festive items bought from Space Santa at the Outpost! The full changelog can be found at: http://playstarbound.com/starbound-vault-update/ Tested using the games.starbound NixOS test. Signed-off-by: aszlig --- pkgs/games/humblebundle/starbound.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/games/humblebundle') diff --git a/pkgs/games/humblebundle/starbound.nix b/pkgs/games/humblebundle/starbound.nix index 04573b1c..9f5f0d29 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.1.1"; + version = "1.2.0"; src = fetchHumbleBundle { name = "starbound-linux-${version}.zip"; machineName = "starbound_linux"; - md5 = "7dea0864ed505f8f8164ef11c90d8481"; + md5 = "36d6fddcd88797e182c4d4dd228fec03"; }; outputs = [ "out" "lib" "assets" ]; -- cgit 1.4.1