Unverified Commit 756f32ec authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

Merge pull request #229489 from jcumming/openttd-jgrpp-0-53-1

openttd-jgrpp: 0.52.1 -> 0.53.1
parents 52cd7a36 961afde7
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.52.1";
  version = "0.53.1";

  src = fetchFromGitHub rec {
    owner = "JGRennison";
    repo = "OpenTTD-patches";
    rev = "jgrpp-${version}";
    hash = "sha256-1coNn+L4DrkqyOOnDyNpzCnIe/pOzGSB5+DNs8ETdGU=";
    hash = "sha256-+5AOsop3x1fkX5UfxMFLhrTLeSnt+E0PYoU5n31N3f4=";
  };

  buildInputs = oldAttrs.buildInputs ++ [ zstd ];