Merge pull request #38517 from r-ryantm/auto-update/openttd
openttd: 1.7.2 -> 1.8.0
This commit is contained in:
commit
2eb816775b
@ -29,11 +29,11 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "openttd-${version}";
|
name = "openttd-${version}";
|
||||||
version = "1.7.2";
|
version = "1.8.0";
|
||||||
|
|
||||||
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 = "1m29s6shnp7c9qh7pzdbvhy7i5awyzn1hr39xkinrpwgvsxa0lgy";
|
sha256 = "0zq8xdg0k92p3s4j9x76591zaqz7k9ra69q008m209vdfffjvly2";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig makeWrapper ];
|
nativeBuildInputs = [ pkgconfig makeWrapper ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user