openttd: Update to 1.4.4.
This commit is contained in:
parent
df995253e3
commit
9cf9675a60
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "openttd-${version}";
|
name = "openttd-${version}";
|
||||||
version = "1.4.3";
|
version = "1.4.4";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://binaries.openttd.org/releases/${version}/${name}-source.tar.xz";
|
url = "http://binaries.openttd.org/releases/${version}/${name}-source.tar.xz";
|
||||||
sha256 = "1pb3vzmqkzxdrrrxvrji66bjiz5bx7n6c6d1pkqnjkc6p7fvpg0i";
|
sha256 = "1xykqb5bx2dzffxhvm4cbn1nf72f7zcdz8hy25i5wky4hfw31x3h";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ SDL libpng pkgconfig xz zlib freetype fontconfig ];
|
buildInputs = [ SDL libpng pkgconfig xz zlib freetype fontconfig ];
|
||||||
|
Loading…
Reference in New Issue
Block a user