taterclient-ddnet: 10.4.0 -> 10.5.0 (#442345)

authored by Yohann Boniface and committed by GitHub 573df809 93fdc3de

+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.4.0"; 36 + version = "10.5.0"; 37 37 38 38 src = fetchFromGitHub { 39 39 owner = "sjrc6"; 40 40 repo = "taterclient-ddnet"; 41 41 tag = "V${finalAttrs.version}"; 42 - hash = "sha256-SSf9W+1yl7ExHsifbVM5IN4OfZvMdz62xMfdb++38II="; 42 + hash = "sha256-L8tVrflCNafO8AdZhVssBjwt9k5BOkKzxodDTQiOASs="; 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.4.0/CMakeLists.txt#L3088 101 + # See https://github.com/sjrc6/TaterClient-ddnet/blob/V10.5.0/CMakeLists.txt#L3167 102 102 doCheck = false; 103 103 104 104 preFixup = lib.optionalString stdenv.hostPlatform.isDarwin ''