openrct2: 0.4.13 -> 0.4.14
https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.4.14
This commit is contained in:
parent
039e7c6a0f
commit
08a7a9aadd
@ -29,20 +29,20 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
openrct2-version = "0.4.13";
|
openrct2-version = "0.4.14";
|
||||||
|
|
||||||
# Those versions MUST match the pinned versions within the CMakeLists.txt
|
# Those versions MUST match the pinned versions within the CMakeLists.txt
|
||||||
# file. The REPLAYS repository from the CMakeLists.txt is not necessary.
|
# file. The REPLAYS repository from the CMakeLists.txt is not necessary.
|
||||||
objects-version = "1.4.7";
|
objects-version = "1.4.7";
|
||||||
openmsx-version = "1.6";
|
openmsx-version = "1.6";
|
||||||
opensfx-version = "1.0.5";
|
opensfx-version = "1.0.5";
|
||||||
title-sequences-version = "0.4.6";
|
title-sequences-version = "0.4.14";
|
||||||
|
|
||||||
openrct2-src = fetchFromGitHub {
|
openrct2-src = fetchFromGitHub {
|
||||||
owner = "OpenRCT2";
|
owner = "OpenRCT2";
|
||||||
repo = "OpenRCT2";
|
repo = "OpenRCT2";
|
||||||
rev = "v${openrct2-version}";
|
rev = "v${openrct2-version}";
|
||||||
hash = "sha256-MwpxZdYib4uEP9T9ImczrHp/UHYhR/je5BvS5XwXnqQ=";
|
hash = "sha256-d02LXcqoB6lDGdd82IrHi0Br8rjAFpRgQ86344XUeCA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
objects-src = fetchFromGitHub {
|
objects-src = fetchFromGitHub {
|
||||||
@ -70,7 +70,7 @@ let
|
|||||||
owner = "OpenRCT2";
|
owner = "OpenRCT2";
|
||||||
repo = "title-sequences";
|
repo = "title-sequences";
|
||||||
rev = "v${title-sequences-version}";
|
rev = "v${title-sequences-version}";
|
||||||
hash = "sha256-HWp2ecClNM/7O3oaydVipOnEsYNP/bZnZFS+SDidPi0=";
|
hash = "sha256-ier7sBYJjBIvKVxfaCelJPZ+oF9NEshvR2k/X9JpP+0=";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
|
Loading…
Reference in New Issue
Block a user