-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
openrct2: 0.1.1 -> 0.1.2 #37537
openrct2: 0.1.1 -> 0.1.2 #37537
Conversation
No attempt on x86_64-darwin The following builds were skipped because they don't evaluate on x86_64-darwin: openrct2 No partial log is available. |
Success on aarch64-linux (full log) Attempted: openrct2 Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: openrct2 Partial log (click to expand)
|
Thanks for your PR! OpenRCT2 also depends on the title-sequences-code which was fetched as I'm going to paste the necessary diff in this comment because there is no option to push code to your branch for me. diff --git a/pkgs/games/openrct2/default.nix b/pkgs/games/openrct2/default.nix
index 9657bce958e..e34f29300ab 100644
--- a/pkgs/games/openrct2/default.nix
+++ b/pkgs/games/openrct2/default.nix
@@ -17,8 +17,8 @@ let
title-sequences-src = fetchFromGitHub {
owner = "OpenRCT2";
repo = "title-sequences";
- rev = "v0.1.0";
- sha256 = "17c926lhby90ilvyyl6jsiy0df8dw5jws97xigp3x8hddhvv7c16";
+ rev = "v0.1.2";
+ sha256 = "1yb1ynkfmiankii3fngr9km5wbc07rp30nh0apkj6wryrhy7imgm";
};
in
stdenv.mkDerivation rec { |
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - ran `/nix/store/qza712wxad8v4scd06gb2jisl0cl9vf6-openrct2-0.1.2/bin/openrct2 -h` got 0 exit code - ran `/nix/store/qza712wxad8v4scd06gb2jisl0cl9vf6-openrct2-0.1.2/bin/openrct2 --help` got 0 exit code - ran `/nix/store/qza712wxad8v4scd06gb2jisl0cl9vf6-openrct2-0.1.2/bin/openrct2 -v` and found version 0.1.2 - ran `/nix/store/qza712wxad8v4scd06gb2jisl0cl9vf6-openrct2-0.1.2/bin/openrct2 --version` and found version 0.1.2 - ran `/nix/store/qza712wxad8v4scd06gb2jisl0cl9vf6-openrct2-0.1.2/bin/openrct2-cli -h` got 0 exit code - ran `/nix/store/qza712wxad8v4scd06gb2jisl0cl9vf6-openrct2-0.1.2/bin/openrct2-cli --help` got 0 exit code - ran `/nix/store/qza712wxad8v4scd06gb2jisl0cl9vf6-openrct2-0.1.2/bin/openrct2-cli help` got 0 exit code - ran `/nix/store/qza712wxad8v4scd06gb2jisl0cl9vf6-openrct2-0.1.2/bin/openrct2-cli -v` and found version 0.1.2 - ran `/nix/store/qza712wxad8v4scd06gb2jisl0cl9vf6-openrct2-0.1.2/bin/openrct2-cli --version` and found version 0.1.2 - found 0.1.2 with grep in /nix/store/qza712wxad8v4scd06gb2jisl0cl9vf6-openrct2-0.1.2 - directory tree listing: https://gist.github.com/dfc357796fabf91024a21e322be78e5f
7d9c1e9
to
e54c040
Compare
Thanks; I added that in. |
No attempt on x86_64-darwin The following builds were skipped because they don't evaluate on x86_64-darwin: openrct2 No partial log is available. |
Success on aarch64-linux (full log) Attempted: openrct2 Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: openrct2 Partial log (click to expand)
|
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:
/nix/store/qza712wxad8v4scd06gb2jisl0cl9vf6-openrct2-0.1.2/bin/openrct2 -h
got 0 exit code/nix/store/qza712wxad8v4scd06gb2jisl0cl9vf6-openrct2-0.1.2/bin/openrct2 --help
got 0 exit code/nix/store/qza712wxad8v4scd06gb2jisl0cl9vf6-openrct2-0.1.2/bin/openrct2 -v
and found version 0.1.2/nix/store/qza712wxad8v4scd06gb2jisl0cl9vf6-openrct2-0.1.2/bin/openrct2 --version
and found version 0.1.2/nix/store/qza712wxad8v4scd06gb2jisl0cl9vf6-openrct2-0.1.2/bin/openrct2-cli -h
got 0 exit code/nix/store/qza712wxad8v4scd06gb2jisl0cl9vf6-openrct2-0.1.2/bin/openrct2-cli --help
got 0 exit code/nix/store/qza712wxad8v4scd06gb2jisl0cl9vf6-openrct2-0.1.2/bin/openrct2-cli help
got 0 exit code/nix/store/qza712wxad8v4scd06gb2jisl0cl9vf6-openrct2-0.1.2/bin/openrct2-cli -v
and found version 0.1.2/nix/store/qza712wxad8v4scd06gb2jisl0cl9vf6-openrct2-0.1.2/bin/openrct2-cli --version
and found version 0.1.2cc @geistesk for review