openrct2: 0.5.1 -> 0.5.2

This commit is contained in:
R. Ryantm
2026-06-11 12:04:20 +00:00
parent edf8e66dd6
commit 3fe2805d46
+2 -2
View File
@@ -64,13 +64,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "openrct2";
version = "0.5.1";
version = "0.5.2";
src = fetchFromGitHub {
owner = "OpenRCT2";
repo = "OpenRCT2";
tag = "v${finalAttrs.version}";
hash = "sha256-5GPepF013XhymzlgfYjlB/XPE2/w18/kv3IDgJ4vPuY=";
hash = "sha256-sKfNE57ZpTsHJk0uKG0YUQYg63xnOiAEwkgRaG4zgmo=";
};
nativeBuildInputs = [