Unverified Commit 3d8a9bdb authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

Merge pull request #226118 from SFrijters/openttd-13.1

openttd: 13.0 -> 13.1
parents e8d8980d e7d636f4
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 = "13.0";
  version = "13.1";

  src = fetchurl {
    url = "https://cdn.openttd.org/openttd-releases/${version}/${pname}-${version}-source.tar.xz";
    hash = "sha256-M5344OCCcIfIOv54+O/GpzsKPYqVCgtTE3zm6KrXq2c=";
    hash = "sha256-Xt8i03A1I4KF72cql9WeZCgL66sj5YR4CDTM1r4KWLs=";
  };

  nativeBuildInputs = [ cmake makeWrapper ];