openrct2: 0.4.7 -> 0.4.8
https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.4.8
This commit is contained in:
parent
e108e4a7dc
commit
11b95169a6
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@
|
|||
}:
|
||||
|
||||
let
|
||||
openrct2-version = "0.4.7";
|
||||
openrct2-version = "0.4.8";
|
||||
|
||||
# Those versions MUST match the pinned versions within the CMakeLists.txt
|
||||
# file. The REPLAYS repository from the CMakeLists.txt is not necessary.
|
||||
|
@ -43,7 +43,7 @@ let
|
|||
owner = "OpenRCT2";
|
||||
repo = "OpenRCT2";
|
||||
rev = "v${openrct2-version}";
|
||||
hash = "sha256-2nSzXbZH1o+BEaxhdQTCM/u4Qbun4tqBKjQ4z7owHeg=";
|
||||
hash = "sha256-jSKAgohNMHuyOu4gUHyyZf1I7UrsXGDV5XwwK1DQPyM=";
|
||||
};
|
||||
|
||||
objects-src = fetchFromGitHub {
|
||||
|
|
Loading…
Reference in a new issue