mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03:00
OpenTTD: Update to 1.4.3.
This commit is contained in:
parent
711d67263a
commit
50d37f736d
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "openttd-${version}";
|
name = "openttd-${version}";
|
||||||
version = "1.4.2";
|
version = "1.4.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 = "1kzca8nxz9isb2r5q5pdxhkzy92rdibapzq256sxbaf55zlcg1p2";
|
sha256 = "1pb3vzmqkzxdrrrxvrji66bjiz5bx7n6c6d1pkqnjkc6p7fvpg0i";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ SDL libpng pkgconfig xz zlib freetype fontconfig ];
|
buildInputs = [ SDL libpng pkgconfig xz zlib freetype fontconfig ];
|
||||||
|
Loading…
Reference in New Issue
Block a user