diff --git a/CMakeLists.txt b/CMakeLists.txt index 08bf01a2f2..74ce3bd06d 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.3.4") +set(OBJECTS_VERSION "1.3.5") set(OBJECTS_URL "https://github.com/OpenRCT2/objects/releases/download/v${OBJECTS_VERSION}/objects.zip") -set(OBJECTS_SHA1 "93305caaf3d9da50516da4c69234c6031dd35808") +set(OBJECTS_SHA1 "58bddc5f845d8c7eb5d9fd25e52ab1fed24c85db") set(REPLAYS_VERSION "0.0.69") set(REPLAYS_URL "https://github.com/OpenRCT2/replays/releases/download/v${REPLAYS_VERSION}/replays.zip") diff --git a/openrct2.proj b/openrct2.proj index ac73236852..5bdd85d425 100644 --- a/openrct2.proj +++ b/openrct2.proj @@ -45,8 +45,8 @@ f3a03c2e7b610fefa28d6962da10144f6324078d https://github.com/OpenRCT2/title-sequences/releases/download/v0.4.0/title-sequences.zip 4ab0065e5a4d9f9c77d94718bbdfcfcd5a389da0 - https://github.com/OpenRCT2/objects/releases/download/v1.3.4/objects.zip - 93305caaf3d9da50516da4c69234c6031dd35808 + https://github.com/OpenRCT2/objects/releases/download/v1.3.5/objects.zip + 58bddc5f845d8c7eb5d9fd25e52ab1fed24c85db https://github.com/OpenRCT2/replays/releases/download/v0.0.69/replays.zip 3EC20AA2C90FDEEB08C26B6DA6D111C9C5C9B694 diff --git a/shell.nix b/shell.nix index a8c2c2741e..f0d377ce61 100644 --- a/shell.nix +++ b/shell.nix @@ -15,8 +15,8 @@ let objects-src = pkgs.fetchFromGitHub { owner = "OpenRCT2"; repo = "objects"; - rev = "v1.3.4"; - sha256 = "05447c4162a552f797178c06268e3b5ef094fb282aa6418b39cfce766b80b14d"; + rev = "v1.3.5"; + sha256 = "4859b7a443d0969cb1c639202fe70f40ac4c2625830657c72645d987912258ff"; }; title-sequences-src = pkgs.fetchFromGitHub {