From c997fdc43df2a3e8189a45566d2988e78d7b341c Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 18 Oct 2017 23:04:03 +0200 Subject: starbound: Update to version 1.3.3 Fixes a crash when switching between weapons of the same type and also adds category tags for the Steam workshop. The latter isn't really relevent for us however. The full upstream release notes can be found at: https://playstarbound.com/133-patchnotes/ Tested using the games.starbound VM 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 160ec46a..921f652b 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.3.2"; + version = "1.3.3"; src = fetchHumbleBundle { name = "starbound-linux-${version}.zip"; machineName = "starbound_linux"; - md5 = "90691e5f5051ba28ccbbe0f331755280"; + md5 = "91decc3a8fa9cd0be08952422f5adb39"; }; outputs = [ "out" "lib" "assets" ]; -- cgit 1.4.1