mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
openttd: update from 1.4.1 to 1.4.2
This commit is contained in:
parent
c3436c0c4a
commit
762c03ef64
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "openttd-${version}";
|
name = "openttd-${version}";
|
||||||
version = "1.4.1";
|
version = "1.4.2";
|
||||||
|
|
||||||
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 = "0gkmf2jj1rab81y10dp8cirr90kv9dpr3ww4wb06j8cvgapy7b0z";
|
sha256 = "1kzca8nxz9isb2r5q5pdxhkzy92rdibapzq256sxbaf55zlcg1p2";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ SDL libpng pkgconfig xz zlib freetype fontconfig ];
|
buildInputs = [ SDL libpng pkgconfig xz zlib freetype fontconfig ];
|
||||||
|
Loading…
Reference in New Issue
Block a user