1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-19 13:52:54 +01:00

Update objects to v1.0.20

This commit is contained in:
Gymnasiast
2020-12-02 17:16:44 +01:00
parent 596aa71093
commit a7ac82a060
4 changed files with 7 additions and 7 deletions

View File

@@ -15,8 +15,8 @@ let
objects-src = pkgs.fetchFromGitHub {
owner = "OpenRCT2";
repo = "objects";
rev = "v1.0.18";
sha256 = "bf8a28b7ccebaf58e4e9eb2540534632830534cf0b3f73677521dc555878c682";
rev = "v1.0.20";
sha256 = "bc266ef589c60302105473499ac142dbf951847be15e65b692d165ce261aeae0";
};
title-sequences-src = pkgs.fetchFromGitHub {