openttd: 13.1 -> 13.3

This commit is contained in:
Stefan Frijters 2023-06-13 21:17:59 +02:00
parent b753a7498b
commit de847f9917
No known key found for this signature in database
GPG key ID: 7619A6BC6E7DFA6F

View file

@ -29,11 +29,11 @@ let
in
stdenv.mkDerivation rec {
pname = "openttd";
version = "13.1";
version = "13.3";
src = fetchurl {
url = "https://cdn.openttd.org/openttd-releases/${version}/${pname}-${version}-source.tar.xz";
hash = "sha256-Xt8i03A1I4KF72cql9WeZCgL66sj5YR4CDTM1r4KWLs=";
hash = "sha256-qvoW0vtnFlE0xzqIj3n3pe19oXoEz26ez2csnLiecZI=";
};
nativeBuildInputs = [ cmake makeWrapper ];