taterclient-ddnet: 10.6.0 -> 10.7.0

This commit is contained in:
Théo Bori
2025-12-07 19:48:52 +01:00
parent 1dcdb7dcba
commit de59e6bbfa
@@ -33,13 +33,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "taterclient-ddnet";
version = "10.6.0";
version = "10.7.0";
src = fetchFromGitHub {
owner = "sjrc6";
repo = "taterclient-ddnet";
owner = "TaterClient";
repo = "TClient";
tag = "V${finalAttrs.version}";
hash = "sha256-Z5W+IBiNhEXyBVk6w2YzotBlHam1fELmr3ojJ0q4Ge8=";
hash = "sha256-9d4vKrWuDW2E1PXs4yRAyR6zNPfYEclW8RfHNnpkpyc=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
@@ -103,7 +103,7 @@ stdenv.mkDerivation (finalAttrs: {
# Since we are not building the server executable, the `run_tests` Makefile target
# will not be generated.
#
# See https://github.com/sjrc6/TaterClient-ddnet/blob/V10.6.0/CMakeLists.txt#L3179
# See https://github.com/TaterClient/TClient/blob/V10.7.0/CMakeLists.txt#L3207
doCheck = false;
preFixup = lib.optionalString stdenv.hostPlatform.isDarwin ''