Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 17287938abbc
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7b449bcf039c
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Sep 19, 2019

  1. openttd: 1.9.2 -> 1.9.3

    dtzWill authored and Matthieu Coudron committed Sep 19, 2019
    Copy the full SHA
    7b449bc View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/games/openttd/default.nix
4 changes: 2 additions & 2 deletions pkgs/games/openttd/default.nix
Original file line number Diff line number Diff line change
@@ -29,11 +29,11 @@ let
in
stdenv.mkDerivation rec {
pname = "openttd";
version = "1.9.2";
version = "1.9.3";

src = fetchurl {
url = "https://proxy.binaries.openttd.org/openttd-releases/${version}/${pname}-${version}-source.tar.xz";
sha256 = "0jjnnzp1a2l8j1cla28pr460lx6cg4ql3acqfxhxv8a5a4jqrzzr";
sha256 = "0ijq72kgx997ggw40i5f4a3nf7y2g72z37l47i18yjvgbdzy320r";
};

nativeBuildInputs = [ pkgconfig makeWrapper ];