about summary refs log tree commit diff
path: root/pkgs/games/gog
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/gog')
-rw-r--r--pkgs/games/gog/wizard-of-legend.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/gog/wizard-of-legend.nix b/pkgs/games/gog/wizard-of-legend.nix
index 6db8cb2c..d8ee46cb 100644
--- a/pkgs/games/gog/wizard-of-legend.nix
+++ b/pkgs/games/gog/wizard-of-legend.nix
@@ -4,12 +4,12 @@ buildUnity {
   name = "wizard-of-legend";
   fullName = "WizardOfLegend";
   saveDir = "Contingent99/Wizard of Legend";
-  version = "1.033";
+  version = "1.033b";
 
   src = fetchGog {
     productId = 2061814323;
     downloadName = "en3installer0";
-    sha256 = "1gbj0znfw87n2kq76vbchb3r2pyrl0wmdcjrvyr11b9igvqakv48";
+    sha256 = "192fhway7ij5f4fh0vb1204f3yg3fxz08fvqlg03gskjs9krcbcz";
   };
 
   unpackCmd = "${unzip}/bin/unzip -qq \"$curSrc\" 'data/noarch/game/*' || :";