mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
taterclient-ddnet: 10.8.5 -> 10.8.6
This commit is contained in:
parent
ac4aa73444
commit
21bc088d21
1 changed files with 3 additions and 3 deletions
|
|
@ -33,13 +33,13 @@ let
|
|||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "taterclient-ddnet";
|
||||
version = "10.8.5";
|
||||
version = "10.8.6";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "TaterClient";
|
||||
repo = "TClient";
|
||||
tag = "V${finalAttrs.version}";
|
||||
hash = "sha256-wdX7AZG4hDzRDUl6XjzL2bTMwBxMWdRt4geE7NuqpdQ=";
|
||||
hash = "sha256-7NhRJMQjap+9ppGeCYRSGgB+D3H/THmJ/PgZ4mTPls0=";
|
||||
};
|
||||
|
||||
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/TaterClient/TClient/blob/V10.7.0/CMakeLists.txt#L3207
|
||||
# See https://github.com/TaterClient/TClient/blob/V10.8.6/CMakeLists.txt#L3260
|
||||
doCheck = false;
|
||||
|
||||
preFixup = lib.optionalString stdenv.hostPlatform.isDarwin ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue