tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
taterclient-ddnet: 10.5.0 -> 10.5.2
Théo Bori
4 months ago
171131fd
d0b95fe0
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ta
taterclient-ddnet
package.nix
+3
-3
pkgs/by-name/ta/taterclient-ddnet/package.nix
···
33
in
34
stdenv.mkDerivation (finalAttrs: {
35
pname = "taterclient-ddnet";
36
-
version = "10.5.0";
37
38
src = fetchFromGitHub {
39
owner = "sjrc6";
40
repo = "taterclient-ddnet";
41
tag = "V${finalAttrs.version}";
42
-
hash = "sha256-L8tVrflCNafO8AdZhVssBjwt9k5BOkKzxodDTQiOASs=";
43
};
44
45
cargoDeps = rustPlatform.fetchCargoVendor {
···
98
# Since we are not building the server executable, the `run_tests` Makefile target
99
# will not be generated.
100
#
101
-
# See https://github.com/sjrc6/TaterClient-ddnet/blob/V10.5.0/CMakeLists.txt#L3167
102
doCheck = false;
103
104
preFixup = lib.optionalString stdenv.hostPlatform.isDarwin ''
···
33
in
34
stdenv.mkDerivation (finalAttrs: {
35
pname = "taterclient-ddnet";
36
+
version = "10.5.2";
37
38
src = fetchFromGitHub {
39
owner = "sjrc6";
40
repo = "taterclient-ddnet";
41
tag = "V${finalAttrs.version}";
42
+
hash = "sha256-e+nJ93Fld/F2rLIfhmhC64YVPZdMGKrcKfxGtrQOtSQ=";
43
};
44
45
cargoDeps = rustPlatform.fetchCargoVendor {
···
98
# Since we are not building the server executable, the `run_tests` Makefile target
99
# will not be generated.
100
#
101
+
# See https://github.com/sjrc6/TaterClient-ddnet/blob/V10.5.2/CMakeLists.txt#L3171
102
doCheck = false;
103
104
preFixup = lib.optionalString stdenv.hostPlatform.isDarwin ''