about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2020-07-18 21:06:37 +0200
committeraszlig <aszlig@nix.build>2020-07-28 19:25:39 +0200
commit352bf1e58fc8c1272415fadbea9aac3cc8ab8551 (patch)
treef5f266449cbba1b98989a22e3141a96697c80bc0 /pkgs/games
parentdc4882e92f84c157d682b860365644ffd1f5c0d6 (diff)
games/crosscode: Update to version 1.3
This adds a new exclusive PC version quest, which is accessible in the
end game (after you acquired the Meteor Shade) and can be found in
Ba'kii Kum.

Version 1.3.0 additionally adds new combat attacks for certain (later)
party members that were lacking in that regard.

There are also tons of smaller changes under the hood for the upcoming
DLC.

Full upstream announcement: https://www.radicalfishgames.com/?p=6983

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 c894497d..02ce6c1c 100644
--- a/pkgs/games/gog/crosscode.nix
+++ b/pkgs/games/gog/crosscode.nix
@@ -2,11 +2,11 @@
 
 buildGame rec {
   name = "crosscode-${version}";
-  version = "1.2.0";
+  version = "1.3.0";
 
   src = fetchGog {
     productId = 1252295864;
-    sha256 = "05ksqak5ry7bvqq582rgsqjnm4fvnv6h1xh3vf3c4mxqnvnwrinr";
+    sha256 = "1rva28gi6qf4cknpazqcyz3vawpcw828rj99jd4fr36y6p5c1h5c";
   };
 
   nativeBuildInputs = [ makeWrapper ];