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/stardew-valley.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/gog/stardew-valley.nix b/pkgs/games/gog/stardew-valley.nix
index 39faff37..e23d10c0 100644
--- a/pkgs/games/gog/stardew-valley.nix
+++ b/pkgs/games/gog/stardew-valley.nix
@@ -6,14 +6,14 @@
 
 buildGame rec {
   name = "stardew-valley-${version}";
-  version = if beta then "1.3.11" else "1.2.33";
+  version = if beta then "1.3.18" else "1.2.33";
 
   src = fetchGog (if beta then {
     productId = 1453375253;
     downloadName = "80335";
     downloadType = "product_bonus";
     suffix = "tar.gz";
-    sha256 = "1aqw94paig3q5430vrbh35sghl6snhrdi9aj7bdkfymdmacs2yf3";
+    sha256 = "1brlk6y2dlbcm99s3vdyzpcrksk8a2isqx4x8bh8dr9z250fbinv";
   } else {
     productId = 1453375253;
     downloadName = "en3installer10";