openrct2: 0.5.0 -> 0.5.1

This commit is contained in:
R. Ryantm
2026-05-24 09:50:12 +00:00
parent be646414ee
commit 5fca87544f
+2 -2
View File
@@ -64,13 +64,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "openrct2";
version = "0.5.0";
version = "0.5.1";
src = fetchFromGitHub {
owner = "OpenRCT2";
repo = "OpenRCT2";
tag = "v${finalAttrs.version}";
hash = "sha256-sGdtiEUmZux6FCXuxefRulfIEO8FY7wYfIBOhdSYtF8=";
hash = "sha256-5GPepF013XhymzlgfYjlB/XPE2/w18/kv3IDgJ4vPuY=";
};
nativeBuildInputs = [