From 633a977397fd142e7c59da7a5b45a0b745a44f8c Mon Sep 17 00:00:00 2001 From: Gymnasiast Date: Wed, 8 Dec 2021 16:33:27 +0100 Subject: [PATCH] Use objects v1.2.4 --- 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 1b01363a10..c88b53a36b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -61,9 +61,9 @@ set(TITLE_SEQUENCE_VERSION "0.1.2c") set(TITLE_SEQUENCE_URL "https://github.com/OpenRCT2/title-sequences/releases/download/v${TITLE_SEQUENCE_VERSION}/title-sequences.zip") set(TITLE_SEQUENCE_SHA1 "304d13a126c15bf2c86ff13b81a2f2cc1856ac8d") -set(OBJECTS_VERSION "1.2.2") +set(OBJECTS_VERSION "1.2.4") set(OBJECTS_URL "https://github.com/OpenRCT2/objects/releases/download/v${OBJECTS_VERSION}/objects.zip") -set(OBJECTS_SHA1 "a808fd47e9bc35d105dc371428a55888e6a86860") +set(OBJECTS_SHA1 "c82605035f120188b7334a781a786ced9588e9af") set(REPLAYS_VERSION "0.0.60") set(REPLAYS_URL "https://github.com/OpenRCT2/replays/releases/download/v${REPLAYS_VERSION}/replays.zip") diff --git a/openrct2.proj b/openrct2.proj index 50527a1c30..ac81e980a6 100644 --- a/openrct2.proj +++ b/openrct2.proj @@ -46,8 +46,8 @@ 058b9df80244c03f1633cb06e9f70471a29ebb8e https://github.com/OpenRCT2/title-sequences/releases/download/v0.1.2c/title-sequences.zip 304d13a126c15bf2c86ff13b81a2f2cc1856ac8d - https://github.com/OpenRCT2/objects/releases/download/v1.2.2/objects.zip - a808fd47e9bc35d105dc371428a55888e6a86860 + https://github.com/OpenRCT2/objects/releases/download/v1.2.4/objects.zip + c82605035f120188b7334a781a786ced9588e9af https://github.com/OpenRCT2/replays/releases/download/v0.0.60/replays.zip 1EB460BB3C71BD21CCBE778BEF1E8CD593241A18 diff --git a/shell.nix b/shell.nix index 2e0b444f59..ea2fb5fc47 100644 --- a/shell.nix +++ b/shell.nix @@ -15,8 +15,8 @@ let objects-src = pkgs.fetchFromGitHub { owner = "OpenRCT2"; repo = "objects"; - rev = "v1.2.2"; - sha256 = "2c77023068831c68423eb51f96251d1a06f58253414e4563ca17407d654ed96b"; + rev = "v1.2.4"; + sha256 = "d01e5f1d2c95ba8ee295c457ae6215c048728ab07adc3db58a08f3cf2b1fa179"; }; title-sequences-src = pkgs.fetchFromGitHub {