10 version = "0-unstable-2024-05-27";
12 src = fetchFromGitHub {
15 rev = "7b4be47578151c36e784306b36d251ec2590e50c";
16 sha256 = "sha256-XBp8Xv55R8rhhsQiWnOPH8c3fCpV/yq41ozJDcGdWfs=";
18 passthru.updateScript = unstableGitUpdater { };
20 vendorHash = "sha256-yL5pWbVqf6mEpgYsItLnv8nwSmoMP+SE0rX/s7u2vCg=";
27 installShellCompletion --cmd packwiz \
28 --bash <($out/bin/packwiz completion bash) \
29 --fish <($out/bin/packwiz completion fish) \
30 --zsh <($out/bin/packwiz completion zsh)
34 description = "Command line tool for editing and distributing Minecraft modpacks, using a git-friendly TOML format";
35 homepage = "https://packwiz.infra.link/";
36 license = licenses.mit;
37 maintainers = with maintainers; [ infinidoge ];
38 mainProgram = "packwiz";