about summary refs log tree commit diff
diff options
context:
space:
mode:
-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 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" ];