openrct2: 0.5.1 -> 0.5.2 (#530710)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-11 13:46:36 +00:00
committed by GitHub
+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 = [