Loading pkgs/by-name/ta/taterclient-ddnet/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -33,13 +33,13 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "taterclient-ddnet"; version = "10.5.0"; version = "10.5.2"; src = fetchFromGitHub { owner = "sjrc6"; repo = "taterclient-ddnet"; tag = "V${finalAttrs.version}"; hash = "sha256-L8tVrflCNafO8AdZhVssBjwt9k5BOkKzxodDTQiOASs="; hash = "sha256-e+nJ93Fld/F2rLIfhmhC64YVPZdMGKrcKfxGtrQOtSQ="; }; cargoDeps = rustPlatform.fetchCargoVendor { Loading Loading @@ -98,7 +98,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.5.0/CMakeLists.txt#L3167 # See https://github.com/sjrc6/TaterClient-ddnet/blob/V10.5.2/CMakeLists.txt#L3171 doCheck = false; preFixup = lib.optionalString stdenv.hostPlatform.isDarwin '' Loading Loading
pkgs/by-name/ta/taterclient-ddnet/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -33,13 +33,13 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "taterclient-ddnet"; version = "10.5.0"; version = "10.5.2"; src = fetchFromGitHub { owner = "sjrc6"; repo = "taterclient-ddnet"; tag = "V${finalAttrs.version}"; hash = "sha256-L8tVrflCNafO8AdZhVssBjwt9k5BOkKzxodDTQiOASs="; hash = "sha256-e+nJ93Fld/F2rLIfhmhC64YVPZdMGKrcKfxGtrQOtSQ="; }; cargoDeps = rustPlatform.fetchCargoVendor { Loading Loading @@ -98,7 +98,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.5.0/CMakeLists.txt#L3167 # See https://github.com/sjrc6/TaterClient-ddnet/blob/V10.5.2/CMakeLists.txt#L3171 doCheck = false; preFixup = lib.optionalString stdenv.hostPlatform.isDarwin '' Loading