openttd-jgrpp: 0.43.1 -> 0.44.0
This commit is contained in:
parent
d60b95168e
commit
ed15fa0a4a
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.43.1";
|
version = "0.44.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-nCZ3UN2BdpDGbW0CKX/ijxlA3cQ7FPflajQ5TBM1Hdk=";
|
sha256 = "sha256-/kqwMZGXUYWlCnjk6uShJ5UARtvBSZWPExVel5o4xA8=";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue