python312Packages.mcdreforged: add updateScript

This commit is contained in:
Moraxyc
2025-01-16 01:07:30 +08:00
parent 5820c2b636
commit 7aac4f4921
@@ -16,6 +16,7 @@
pathspec,
pytestCheckHook,
versionCheckHook,
nix-update-script,
}:
buildPythonPackage rec {
@@ -53,6 +54,8 @@ buildPythonPackage rec {
versionCheckProgramArg = [ "--version" ];
passthru.updateScript = nix-update-script { };
meta = {
description = "Rewritten version of MCDaemon, a python tool to control your Minecraft server";
homepage = "https://mcdreforged.com";