10 rustPlatform.buildRustPackage rec {
14 src = fetchFromGitHub {
18 hash = "sha256-uMjM3w78qWnB/sNXRcxl30KJRm0I3BPEOr5IRU8FI0s=";
22 lockFile = ./Cargo.lock;
24 "minecraft-protocol-0.1.0" = "sha256-3eDMj8+Ug46WOl3zRqNxUa+SZr2qlhyi8OSewLu+gI8=";
28 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
29 darwin.apple_sdk.frameworks.CoreServices
32 passthru.updateScript = nix-update-script { };
35 description = "Remote wake-up daemon for minecraft servers";
36 homepage = "https://github.com/timvisee/lazymc";
37 license = licenses.gpl3Only;
38 maintainers = with maintainers; [
42 platforms = platforms.unix;
43 mainProgram = "lazymc";