about summary refs log tree commit diff
path: root/pkgs/games/humblebundle
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2017-10-18 23:04:03 +0200
committeraszlig <aszlig@redmoonstudios.org>2017-10-18 23:10:10 +0200
commitc997fdc43df2a3e8189a45566d2988e78d7b341c (patch)
tree8bfe72de78d4c11b58df4799cfb104da0e73fc3d /pkgs/games/humblebundle
parent44110e3be6a00c80e15953d3649a2a489e844a44 (diff)
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 <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 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" ];