3
0
Fork 0
forked from mirrors/nixpkgs

openttd: update from 1.3.2 to 1.3.3

This commit is contained in:
Moritz Ulrich 2013-12-05 16:20:31 +00:00
parent bb9caf40dd
commit fc9772a270

View file

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