about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2019-06-11 00:01:37 +0200
committeraszlig <aszlig@nix.build>2019-06-11 00:14:16 +0200
commit8c967adeca638698ec0538a9293ab1496e85fb84 (patch)
tree11db8f466bb2f5fa7ff4110701e66811cc747c35 /pkgs/games
parent921c6c1cb885eb4f64fab61906f81bebc4e5327d (diff)
crosscode: 1.0.3 -> 1.1.0
This introduces the arena in Rhombus Square, which was previously
closed, as a major update.

The full release announcement can be found at:

  https://www.radicalfishgames.com/?p=6772

Apart from the arena update here are the rest of the changes:

  * Finally fix "Wet Work" quest softlock
  * New Arena tab in Statistics Menu
  * Introduce pets
  * A new quest can be found in Sapphire Ridge
  * A new quest in Ba'kii Kum
  * New challenges available for the Turret Defense Quests
  * New equipment and trade offer in Rhombus Square
  * More guest role NPCs here and there
  * Remove "Save FIle" version from the save/load menu

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/gog/crosscode.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/gog/crosscode.nix b/pkgs/games/gog/crosscode.nix
index 78636e45..f33cdb45 100644
--- a/pkgs/games/gog/crosscode.nix
+++ b/pkgs/games/gog/crosscode.nix
@@ -2,12 +2,12 @@
 
 buildGame rec {
   name = "crosscode-${version}";
-  version = "1.0.3";
+  version = "1.1.0";
 
   src = fetchGog {
     productId = 1252295864;
     downloadName = "en3installer0";
-    sha256 = "0b0ymc6zia9b1cs3iv40d9f0vi0lci2ha8bhalcqccckg8vjibjx";
+    sha256 = "1rqf1vlg151hxy5f9nwldmb4l3853dmvcf7fiakab8vzsmjmldlm";
   };
 
   nativeBuildInputs = [ makeWrapper ];