Unverified Commit 13a715eb authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

openttd: 15.2 -> 15.3 (#507554)

parents 789fd767 1372584e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -68,11 +68,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "openttd";
  version = "15.2";
  version = "15.3";

  src = fetchzip {
    url = "https://cdn.openttd.org/openttd-releases/${finalAttrs.version}/openttd-${finalAttrs.version}-source.tar.xz";
    hash = "sha256-aoeG0mAmARzYPCzMAw2BeDbvuLYXJf8nIF+eEKkE7bc=";
    hash = "sha256-xDpDEeWdAWMyA/I+ioQR98vwrL9WXYd5AjswJ4NuVMY=";
  };

  nativeBuildInputs = [