8 pname = "minecraft-server-hibernation";
11 src = fetchFromGitHub {
15 hash = "sha256-b6LeqjIraIasHBpaVgy8esl4NV8rdBrfO7ewgeIocS8=";
28 # Disable tests requiring network access
37 "${builtins.concatStringsSep "|" skippedTests}"
41 description = "Autostart and stop minecraft-server when players join/leave";
43 homepage = "https://github.com/gekware/minecraft-server-hibernation";
44 license = licenses.gpl3Only;
45 maintainers = with maintainers; [ squarepear ];