summary refs log tree commit diff
path: root/pkgs/games/openttd
diff options
context:
space:
mode:
authorStefan Frijters <sfrijters@gmail.com>2023-02-05 23:18:41 +0100
committerStefan Frijters <sfrijters@gmail.com>2023-02-05 23:18:41 +0100
commitb4e8cdcc0de877b7524985b748a72d848c7b5b36 (patch)
tree080e7c1214fecf3dd5058af0587ed8dfcccce702 /pkgs/games/openttd
parent865114cf73257c84021405b743f4cc0ed57fa770 (diff)
openttd: 12.2 -> 13.0
Diffstat (limited to 'pkgs/games/openttd')
-rw-r--r--pkgs/games/openttd/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/games/openttd/default.nix b/pkgs/games/openttd/default.nix
index 7aac53ae94038..61c7c0bb866c4 100644
--- a/pkgs/games/openttd/default.nix
+++ b/pkgs/games/openttd/default.nix
@@ -29,11 +29,11 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "openttd";
-  version = "12.2";
+  version = "13.0";
 
   src = fetchurl {
     url = "https://cdn.openttd.org/openttd-releases/${version}/${pname}-${version}-source.tar.xz";
-    hash = "sha256-gVCPDek6DCZLIW71agX4OB//e/+m0BASGiFJC02s6Vw=";
+    hash = "sha256-M5344OCCcIfIOv54+O/GpzsKPYqVCgtTE3zm6KrXq2c=";
   };
 
   nativeBuildInputs = [ cmake makeWrapper ];
@@ -83,6 +83,7 @@ stdenv.mkDerivation rec {
         - observe as spectators
     '';
     homepage = "https://www.openttd.org/";
+    changelog = "https://cdn.openttd.org/openttd-releases/${version}/changelog.txt";
     license = licenses.gpl2;
     platforms = platforms.linux;
     maintainers = with maintainers; [ jcumming fpletz ];