openttd: 1.9.1 -> 1.9.2

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/openttd/versions
This commit is contained in:
R. RyanTM 2019-07-15 20:28:11 -07:00
parent 7803ff314c
commit 8c52d00e4a

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 ];