Merge pull request #64858 from r-ryantm/auto-update/openttd

openttd: 1.9.1 -> 1.9.2
This commit is contained in:
Ryan Mulligan 2019-07-16 20:16:48 -07:00 committed by GitHub
commit c10ef47914
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,11 +29,11 @@ let
in
stdenv.mkDerivation rec {
name = "openttd-${version}";
version = "1.9.1";
version = "1.9.2";
src = fetchurl {
url = "https://proxy.binaries.openttd.org/openttd-releases/${version}/${name}-source.tar.xz";
sha256 = "1r8i6yzgww7aw8iibqagahg1gqgw7305g07agy0dpszzvp0mi0gz";
sha256 = "0jjnnzp1a2l8j1cla28pr460lx6cg4ql3acqfxhxv8a5a4jqrzzr";
};
nativeBuildInputs = [ pkgconfig makeWrapper ];