Skip to content

Commit 509aac3

Browse files
authored
openrct2: 0.4.17 -> 0.4.19.1 (#384307)
2 parents 9f372a5 + e3ed1f0 commit 509aac3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/op/openrct2/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
}:
3131

3232
let
33-
openrct2-version = "0.4.17";
33+
openrct2-version = "0.4.19.1";
3434

3535
# Those versions MUST match the pinned versions within the CMakeLists.txt
3636
# file. The REPLAYS repository from the CMakeLists.txt is not necessary.
37-
objects-version = "1.4.11";
37+
objects-version = "1.5.1";
3838
openmsx-version = "1.6";
3939
opensfx-version = "1.0.5";
4040
title-sequences-version = "0.4.14";
@@ -43,14 +43,14 @@ let
4343
owner = "OpenRCT2";
4444
repo = "OpenRCT2";
4545
rev = "v${openrct2-version}";
46-
hash = "sha256-lyphYKPkS1DQj7OAvswI/zNMUZmvEevvtDar951AXwg=";
46+
hash = "sha256-sg09JmoWF9utPG7PakKpgLgX64FAc2x8ILX3lVHkRi0=";
4747
};
4848

4949
objects-src = fetchFromGitHub {
5050
owner = "OpenRCT2";
5151
repo = "objects";
5252
rev = "v${objects-version}";
53-
hash = "sha256-V06lh3h3sCKmLat4OWSOmrzpiFlOu8HhaSQSqsfkjds=";
53+
hash = "sha256-mxlabWuh8TTJs74yXdiv7XtdeGmCWQ5N1JoY7Xo0itQ=";
5454
};
5555

5656
openmsx-src = fetchFromGitHub {

0 commit comments

Comments
 (0)