tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
openrct2: 0.4.25 -> 0.4.26
Keenan Weaver
5 months ago
a55b94d3
2e5062f6
+5
-5
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
op
openrct2
package.nix
+5
-5
pkgs/by-name/op/openrct2/package.nix
···
33
33
}:
34
34
35
35
let
36
36
-
openrct2-version = "0.4.25";
36
36
+
openrct2-version = "0.4.26";
37
37
38
38
# Those versions MUST match the pinned versions within the CMakeLists.txt
39
39
# file. The REPLAYS repository from the CMakeLists.txt is not necessary.
40
40
-
objects-version = "1.7.2";
40
40
+
objects-version = "1.7.3";
41
41
openmsx-version = "1.6.1";
42
42
opensfx-version = "1.0.6";
43
43
title-sequences-version = "0.4.14";
44
44
45
45
objects = fetchurl {
46
46
url = "https://github.com/OpenRCT2/objects/releases/download/v${objects-version}/objects.zip";
47
47
-
hash = "sha256-tChvevaKYbD3/G43m6N79nlihtc+l8lnlYvzdOP5jzU=";
47
47
+
hash = "sha256-yBApJkV4cG7R24hmXhKnClg+cdxNPrTbJiU10vBYnqs=";
48
48
};
49
49
openmsx = fetchurl {
50
50
url = "https://github.com/OpenRCT2/OpenMusic/releases/download/v${openmsx-version}/openmusic.zip";
···
66
66
src = fetchFromGitHub {
67
67
owner = "OpenRCT2";
68
68
repo = "OpenRCT2";
69
69
-
rev = "v${openrct2-version}";
70
70
-
hash = "sha256-/rmq97I/cn7th9VSw5zL5A2esWdk8G/MFpWTky7yabc=";
69
69
+
tag = "v${openrct2-version}";
70
70
+
hash = "sha256-C6DK1gT/QSgI5ZDyg2FWf9H/BMskS9N2mVMaVb643PE=";
71
71
};
72
72
73
73
nativeBuildInputs = [