taterclient-ddnet: 10.5.0 -> 10.5.2

+3 -3
+3 -3
pkgs/by-name/ta/taterclient-ddnet/package.nix
··· 33 33 in 34 34 stdenv.mkDerivation (finalAttrs: { 35 35 pname = "taterclient-ddnet"; 36 - version = "10.5.0"; 36 + version = "10.5.2"; 37 37 38 38 src = fetchFromGitHub { 39 39 owner = "sjrc6"; 40 40 repo = "taterclient-ddnet"; 41 41 tag = "V${finalAttrs.version}"; 42 - hash = "sha256-L8tVrflCNafO8AdZhVssBjwt9k5BOkKzxodDTQiOASs="; 42 + hash = "sha256-e+nJ93Fld/F2rLIfhmhC64YVPZdMGKrcKfxGtrQOtSQ="; 43 43 }; 44 44 45 45 cargoDeps = rustPlatform.fetchCargoVendor { ··· 98 98 # Since we are not building the server executable, the `run_tests` Makefile target 99 99 # will not be generated. 100 100 # 101 - # See https://github.com/sjrc6/TaterClient-ddnet/blob/V10.5.0/CMakeLists.txt#L3167 101 + # See https://github.com/sjrc6/TaterClient-ddnet/blob/V10.5.2/CMakeLists.txt#L3171 102 102 doCheck = false; 103 103 104 104 preFixup = lib.optionalString stdenv.hostPlatform.isDarwin ''