From 7f802270fc4b7ff8a0f265d37f980d72a2964ea8 Mon Sep 17 00:00:00 2001 From: Gymnasiast Date: Sat, 14 May 2022 23:48:26 +0200 Subject: [PATCH] Update objects to v1.2.8 --- CMakeLists.txt | 4 ++-- openrct2.proj | 4 ++-- shell.nix | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 04f440734f..742e849d50 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -64,9 +64,9 @@ set(TITLE_SEQUENCE_VERSION "0.4.0") set(TITLE_SEQUENCE_URL "https://github.com/OpenRCT2/title-sequences/releases/download/v${TITLE_SEQUENCE_VERSION}/title-sequences.zip") set(TITLE_SEQUENCE_SHA1 "4ab0065e5a4d9f9c77d94718bbdfcfcd5a389da0") -set(OBJECTS_VERSION "1.2.7") +set(OBJECTS_VERSION "1.2.8") set(OBJECTS_URL "https://github.com/OpenRCT2/objects/releases/download/v${OBJECTS_VERSION}/objects.zip") -set(OBJECTS_SHA1 "23bdabf6bac872367b01288032ad4d4ef5d7100c") +set(OBJECTS_SHA1 "b340ce21d617d36850ba168efcce11bc374e6e85") set(REPLAYS_VERSION "0.0.67") set(REPLAYS_URL "https://github.com/OpenRCT2/replays/releases/download/v${REPLAYS_VERSION}/replays.zip") diff --git a/openrct2.proj b/openrct2.proj index 5aac1fb3a9..341dfbed43 100644 --- a/openrct2.proj +++ b/openrct2.proj @@ -45,8 +45,8 @@ fa5f067fcfb5e76c4d4fb6f2211b422cbbe25f26 https://github.com/OpenRCT2/title-sequences/releases/download/v0.4.0/title-sequences.zip 4ab0065e5a4d9f9c77d94718bbdfcfcd5a389da0 - https://github.com/OpenRCT2/objects/releases/download/v1.2.7/objects.zip - 23bdabf6bac872367b01288032ad4d4ef5d7100c + https://github.com/OpenRCT2/objects/releases/download/v1.2.8/objects.zip + b340ce21d617d36850ba168efcce11bc374e6e85 https://github.com/OpenRCT2/replays/releases/download/v0.0.67/replays.zip 0CA2DB3BEE021F0402D3E0F0E9EDB142CCEAFFC6 diff --git a/shell.nix b/shell.nix index 46c314f555..589a94f225 100644 --- a/shell.nix +++ b/shell.nix @@ -15,8 +15,8 @@ let objects-src = pkgs.fetchFromGitHub { owner = "OpenRCT2"; repo = "objects"; - rev = "v1.2.7"; - sha256 = "d8b8e27cab5decb2f4c16f3b57dbbc0860c49d609b099c3ecd1d6338a85eada3"; + rev = "v1.2.8"; + sha256 = "3ff8ce135c6a6690c7b6e4b23a57f43092f6ce4bf72de4d6952e1b669c09ddc9"; }; title-sequences-src = pkgs.fetchFromGitHub {