From 5485d192c21e3b1f59ef50ab787de77d9ced3564 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sun, 4 Nov 2018 05:08:50 +0100 Subject: 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 --- pkgs/games/gog/crosscode.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/games/gog') 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 ]; -- cgit 1.4.1