8 rustPlatform.buildRustPackage rec {
12 src = fetchFromGitHub {
13 owner = "LamdaLamdaLamda";
16 sha256 = "0sl4ivn95sr5pgw2z877gmhyfc4mk9xr457i5g2i4wqnf2jmy14j";
19 cargoSha256 = "04kj1yj6hhnis3ss0xs4zq8rl71rzn577g8i0wmapkjqzqwg37yb";
21 buildInputs = lib.optional stdenv.isDarwin Security;
23 # Tests require network access
27 description = "NTP client";
28 homepage = "https://github.com/LamdaLamdaLamda/cocom";
29 license = licenses.gpl3Only;
30 maintainers = with maintainers; [ fab ];
31 mainProgram = "cocom";