Commit f00ea27c authored by R. RyanTM's avatar R. RyanTM
Browse files

openttd-jgrpp: 0.56.2 -> 0.57.0

parent 0b8f8e0c
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 ];