From 352bf1e58fc8c1272415fadbea9aac3cc8ab8551 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sat, 18 Jul 2020 21:06:37 +0200 Subject: 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 --- pkgs/games/gog/crosscode.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/games') 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 ]; -- cgit 1.4.1