Merge pull request #64858 from r-ryantm/auto-update/openttd
openttd: 1.9.1 -> 1.9.2
This commit is contained in:
commit
c10ef47914
|
@ -29,11 +29,11 @@ let
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "openttd-${version}";
|
name = "openttd-${version}";
|
||||||
version = "1.9.1";
|
version = "1.9.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://proxy.binaries.openttd.org/openttd-releases/${version}/${name}-source.tar.xz";
|
url = "https://proxy.binaries.openttd.org/openttd-releases/${version}/${name}-source.tar.xz";
|
||||||
sha256 = "1r8i6yzgww7aw8iibqagahg1gqgw7305g07agy0dpszzvp0mi0gz";
|
sha256 = "0jjnnzp1a2l8j1cla28pr460lx6cg4ql3acqfxhxv8a5a4jqrzzr";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig makeWrapper ];
|
nativeBuildInputs = [ pkgconfig makeWrapper ];
|
||||||
|
|
Loading…
Reference in New Issue