about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2018-11-04 05:08:50 +0100
committeraszlig <aszlig@nix.build>2018-11-13 10:33:57 +0100
commit5485d192c21e3b1f59ef50ab787de77d9ced3564 (patch)
treeeb61b7774dd2b670bfa0348f478ee3946fb47ae7 /pkgs/games
parent4f7ad9374a2bd5f6a652ac48618a8b8ad432da44 (diff)
crosscode: Update to version 1.0.1
Upstream changelog:

  * Introduce new "Assist Mode" that allows to tweak the difficulty of
    the game in a detailed manner.
  * The "Screen shake" option is now properly applied on all screen
    shake effects of the game.
  * A new guest role character showed up in Rhombus Square.
  * The new Ninja Skin has been properly implemented.
  * Progress for each trophy can now be viewed in the trophy menu.

The full announcement can be found here:

https://steamcommunity.com/games/368340/announcements/detail/1688180265711126610

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 dfee7f4b..d3915895 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";
+  version = "1.0.1.1";
 
   src = fetchGog {
     productId = 1252295864;
     downloadName = "en3installer0";
-    sha256 = "07gfnwiixnfz6a5rf7imcc97jsrpbpdc29azd5rdl6n4jqq2bc8n";
+    sha256 = "0v5vh4fazkjgaxxffad7k230wzdgwd6dnymf3i72d25pwaqdsssd";
   };
 
   nativeBuildInputs = [ makeWrapper ];