openttd-jgrpp: 0.40.5 -> 0.41.0
This commit is contained in:
parent
134fd7fbe4
commit
c1c22e065d
1 changed files with 2 additions and 2 deletions
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
openttd.overrideAttrs (oldAttrs: rec {
|
openttd.overrideAttrs (oldAttrs: rec {
|
||||||
pname = "openttd-jgrpp";
|
pname = "openttd-jgrpp";
|
||||||
version = "0.40.5";
|
version = "0.41.0";
|
||||||
|
|
||||||
src = fetchFromGitHub rec {
|
src = fetchFromGitHub rec {
|
||||||
owner = "JGRennison";
|
owner = "JGRennison";
|
||||||
repo = "OpenTTD-patches";
|
repo = "OpenTTD-patches";
|
||||||
rev = "jgrpp-${version}";
|
rev = "jgrpp-${version}";
|
||||||
sha256 = "sha256-g1RmgVjefOrOVLTvFBiPEd19aLoFvB9yX/hMiKgGcGw=";
|
sha256 = "sha256-DrtxqXyeqA+X4iLTvTSPFDKDoLCyVd458+nJWc+9MF4=";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue