about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2019-04-28 02:03:07 +0200
committeraszlig <aszlig@nix.build>2019-06-11 00:00:31 +0200
commit09b063b9a67de7f5cdda83f0b04b039f7621060a (patch)
tree44b27061f7e5c8e1dd0e3aefc1619c75e1f4986e /pkgs/games
parent9723cde54bd82958e4e7c97c8d8ae408a4f06c1b (diff)
crosscode: 1.0.2 -> 1.0.3
Upstream changes:

  * Add a couple of new quests, new NPC dialogs and a few small details
    here and there
  * Finish the "A Promise is a Promise" quest line
  * The Last Minute Heroes guild headquarters is finally open to
    everyone, with a new quest
  * New consumable item is now dropped by the Moon bugs in Sapphire
    Ridge

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 9e60ab08..78636e45 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.2";
+  version = "1.0.3";
 
   src = fetchGog {
     productId = 1252295864;
     downloadName = "en3installer0";
-    sha256 = "0gd3i99g79w7nr6dnkjkpfq5s2y20dwrf706ipzkggknygmg9xad";
+    sha256 = "0b0ymc6zia9b1cs3iv40d9f0vi0lci2ha8bhalcqccckg8vjibjx";
   };
 
   nativeBuildInputs = [ makeWrapper ];