openttd: 1.10.2 -> 1.10.3

gstqt5
Stefan Frijters 2020-08-11 18:24:05 +02:00
parent 2807aa9672
commit adb03222bf
No known key found for this signature in database
GPG Key ID: 7619A6BC6E7DFA6F
1 changed files with 2 additions and 2 deletions

View File

@ -29,11 +29,11 @@ let
in
stdenv.mkDerivation rec {
pname = "openttd";
version = "1.10.2";
version = "1.10.3";
src = fetchurl {
url = "https://cdn.openttd.org/openttd-releases/${version}/${pname}-${version}-source.tar.xz";
sha256 = "1xdn9rr858nq22a13cpbhcw74bwygf7lw95kvx3wn4zvb795b74k";
sha256 = "0fxmfz1mm95a2x0rnzfff9wb8q57w0cvsdd0z7agdcbyakph25n1";
};
nativeBuildInputs = [ pkgconfig which makeWrapper ];