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 in 34 stdenv.mkDerivation (finalAttrs: { 35 pname = "taterclient-ddnet"; 36 - version = "10.4.0"; 37 38 src = fetchFromGitHub { 39 owner = "sjrc6"; 40 repo = "taterclient-ddnet"; 41 tag = "V${finalAttrs.version}"; 42 - hash = "sha256-SSf9W+1yl7ExHsifbVM5IN4OfZvMdz62xMfdb++38II="; 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.4.0/CMakeLists.txt#L3088 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.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 ''