Unverified Commit 8193e463 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #285182 from r-ryantm/auto-update/openttd-jgrpp

openttd-jgrpp: 0.56.2 -> 0.57.0
parents dd76e34a f00ea27c
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.56.2";
  version = "0.57.0";

  src = fetchFromGitHub rec {
    owner = "JGRennison";
    repo = "OpenTTD-patches";
    rev = "jgrpp-${version}";
    hash = "sha256-87MquPFoFz6LFlwBTDrFNO11UYCtZUzdZYR1YttkDF8=";
    hash = "sha256-gXn5O+WSYCK34FKMBOyuTg3cq4Yg59CuLxxzwLbsFBA=";
  };

  buildInputs = oldAttrs.buildInputs ++ [ zstd ];