Unverified Commit 5facb373 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

openttd-jgrpp: 0.59.1 -> 0.60.0
parents d5ea5ece 18e3cb30
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.59.1";
  version = "0.60.0";

  src = fetchFromGitHub rec {
    owner = "JGRennison";
    repo = "OpenTTD-patches";
    rev = "jgrpp-${version}";
    hash = "sha256-8I3NSg7iRzdY+k8g2m1Z/QWwlT3BErV1RL7cirlO71g=";
    hash = "sha256-R8zpEK9XRQIEOvPe597dgn0R3L5m4rx7GzP6B1Qr4EE=";
  };

  buildInputs = oldAttrs.buildInputs ++ [ zstd ];