Unverified Commit 2d09c8e7 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

openttd-jgrpp: 0.63.3 -> 0.64.0 (#378984)

parents 16c6e196 a832e358
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

openttd.overrideAttrs (oldAttrs: rec {
  pname = "openttd-jgrpp";
  version = "0.63.3";
  version = "0.64.0";

  src = fetchFromGitHub rec {
    owner = "JGRennison";
    repo = "OpenTTD-patches";
    rev = "jgrpp-${version}";
    hash = "sha256-853LbApHqQn+ucb7xjFDfohB0/T1h11o4voBgvgbpSI=";
    hash = "sha256-aEmuwWNxqjuLmiWMrqwTUtCwdwDMA00eQspCHntxEXw=";
  };

  buildInputs = oldAttrs.buildInputs ++ [ zstd ];