openttd: 1.9.0 -> 1.9.1

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-04-15 11:07:30 -07:00 committed by Frederik Rietdijk
parent 50c0eafb08
commit e50d609ef2

View File

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