about summary refs log tree commit diff
path: root/pkgs/games/gog/default.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2018-08-01 19:24:43 +0200
committeraszlig <aszlig@nix.build>2018-08-01 19:24:43 +0200
commit3f284f38feb6e3d67bffc37cbaea73510d372cf3 (patch)
tree7184240d47d8958fb8977d73219a48bbff0ad247 /pkgs/games/gog/default.nix
parent9fa25489b136a798334a6b774f1077164b82d59c (diff)
stardew-valley: Update to version 1.3.27 (stable)
These small fixes mark the end of the beta:

  * Changes to the NetList events we added for modding
  * Gift limits not resetting sometimes in single-player

So we now can finally get rid of the "stardew-valley-beta" attribute and
track the stable version from now on.

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'pkgs/games/gog/default.nix')
-rw-r--r--pkgs/games/gog/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/games/gog/default.nix b/pkgs/games/gog/default.nix
index d63c5901..e750ce7b 100644
--- a/pkgs/games/gog/default.nix
+++ b/pkgs/games/gog/default.nix
@@ -18,9 +18,6 @@ let
     satellite-reign = callPackage ./satellite-reign.nix {};
     settlers2 = callPackage ./settlers2.nix {};
     stardew-valley = callPackage ./stardew-valley.nix {};
-    stardew-valley-beta = lib.lowPrio (callPackage ./stardew-valley.nix {
-      beta = true;
-    });
     thimbleweed-park = callPackage ./thimbleweed-park.nix {};
     war-for-the-overworld = callPackage ./war-for-the-overworld.nix {};
     wizard-of-legend = callPackage ./wizard-of-legend.nix {};