openttd-jgrpp: 0.63.2 -> 0.63.3 (#369275)

Weijia Wang b42df223 de5a6307

Changed files
+2 -2
pkgs
games
openttd
+2 -2
pkgs/games/openttd/jgrpp.nix
···
openttd.overrideAttrs (oldAttrs: rec {
pname = "openttd-jgrpp";
-
version = "0.63.2";
src = fetchFromGitHub rec {
owner = "JGRennison";
repo = "OpenTTD-patches";
rev = "jgrpp-${version}";
-
hash = "sha256-kf9UGhD0a8lttdL8svvEZSKEFfkAJ2xlaJ9IvO1gR1s=";
};
buildInputs = oldAttrs.buildInputs ++ [ zstd ];
···
openttd.overrideAttrs (oldAttrs: rec {
pname = "openttd-jgrpp";
+
version = "0.63.3";
src = fetchFromGitHub rec {
owner = "JGRennison";
repo = "OpenTTD-patches";
rev = "jgrpp-${version}";
+
hash = "sha256-853LbApHqQn+ucb7xjFDfohB0/T1h11o4voBgvgbpSI=";
};
buildInputs = oldAttrs.buildInputs ++ [ zstd ];