openttd: update from 1.4.1 to 1.4.2

This commit is contained in:
Moritz Ulrich 2014-09-04 15:33:22 +02:00
parent c3436c0c4a
commit 762c03ef64

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "openttd-${version}";
version = "1.4.1";
version = "1.4.2";
src = fetchurl {
url = "http://binaries.openttd.org/releases/${version}/${name}-source.tar.xz";
sha256 = "0gkmf2jj1rab81y10dp8cirr90kv9dpr3ww4wb06j8cvgapy7b0z";
sha256 = "1kzca8nxz9isb2r5q5pdxhkzy92rdibapzq256sxbaf55zlcg1p2";
};
buildInputs = [ SDL libpng pkgconfig xz zlib freetype fontconfig ];