openrct2: 0.5.0 -> 0.5.1 (#523582)

This commit is contained in:
nixpkgs-ci[bot] 2026-05-24 11:25:15 +00:00 committed by GitHub
commit 1ed51a257f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 = [