Skip to content

Commit

Permalink
openttd-jgrpp: 0.62.0 -> 0.63.2 (#362337)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther authored Dec 22, 2024
2 parents 288f347 + de559d8 commit 71baaa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/games/openttd/jgrpp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

openttd.overrideAttrs (oldAttrs: rec {
pname = "openttd-jgrpp";
version = "0.62.0";
version = "0.63.2";

src = fetchFromGitHub rec {
owner = "JGRennison";
repo = "OpenTTD-patches";
rev = "jgrpp-${version}";
hash = "sha256-rl0GKKROteP2orT5Z/DHAQPkJFQu/lddQULYfq/x8w8=";
hash = "sha256-kf9UGhD0a8lttdL8svvEZSKEFfkAJ2xlaJ9IvO1gR1s=";
};

buildInputs = oldAttrs.buildInputs ++ [ zstd ];
Expand Down

0 comments on commit 71baaa6

Please sign in to comment.