Unverified Commit 9d1ff3bf authored by Dmitry Kalinkin's avatar Dmitry Kalinkin Committed by GitHub
Browse files

Merge pull request #121911 from SFrijters/openttd-1.11.2

openttd: 1.11.1 -> 1.11.2
parents b26b54f0 af3425be
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,11 +29,11 @@ let
in
stdenv.mkDerivation rec {
  pname = "openttd";
  version = "1.11.1";
  version = "1.11.2";

  src = fetchurl {
    url = "https://cdn.openttd.org/openttd-releases/${version}/${pname}-${version}-source.tar.xz";
    sha256 = "sha256-qZGeLkKbsI+in+jme6m8dckOnvb6ZCSOs0IjoyXUAKM=";
    sha256 = "sha256-D7qTWiqBX0/ozW3C4q4z9ydpU4cxIo+EimOzpulILm0=";
  };

  nativeBuildInputs = [ cmake makeWrapper ];