about summary refs log tree commit diff
path: root/pkgs/games/humblebundle/starbound.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/humblebundle/starbound.nix')
-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 9f5f0d29..48179272 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.0";
+  version = "1.2.1";
 
   src = fetchHumbleBundle {
     name = "starbound-linux-${version}.zip";
     machineName = "starbound_linux";
-    md5 = "36d6fddcd88797e182c4d4dd228fec03";
+    md5 = "58c1000af2f83608cb8c2716a3ad5646";
   };
 
   outputs = [ "out" "lib" "assets" ];