openttd: update from 1.3.2 to 1.3.3
This commit is contained in:
parent
bb9caf40dd
commit
fc9772a270
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "openttd-${version}";
|
name = "openttd-${version}";
|
||||||
version = "1.3.2";
|
version = "1.3.3";
|
||||||
|
|
||||||
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 = "02r7xfq9a5x1y2wpdhqyczaj48z0qan33hs4i2liahsg1k6w1vzn";
|
sha256 = "0pfagqw8i1c6zrzarlwivrcac8b8ai1inam9qc01hj3h04nfv4b9";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ SDL libpng pkgconfig xz zlib freetype fontconfig ];
|
buildInputs = [ SDL libpng pkgconfig xz zlib freetype fontconfig ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user