Unverified Commit 4a94f32c authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

openttd-jgrpp: 0.67.1 -> 0.69.2 (#460042)

parents dfaf9f7b c9ef0494
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

openttd.overrideAttrs (oldAttrs: rec {
  pname = "openttd-jgrpp";
  version = "0.67.1";
  version = "0.69.2";

  src = fetchFromGitHub {
    owner = "JGRennison";
    repo = "OpenTTD-patches";
    rev = "jgrpp-${version}";
    hash = "sha256-GMkcf3XBotPXjZC4TdtOXzutyyIiW4haE+jNIfgozbg=";
    hash = "sha256-D9Oh05Isf7Atsih6tZBA8xS04aCuE8VS5Ghf0FvrU5A=";
  };
  patches = [ ];