10 src = fetchFromGitHub {
14 hash = "sha256-8Fsh7rld7rtT55qVgj3/XbujNpZx0BfzTRcLjdPLFSA=";
17 npmDepsHash = "sha256-Rp3euhURkZgVyszyAwrIftL7lY4aoP+Q4kSQBFxwTcs=";
22 changelog = "https://github.com/Unitech/pm2/blob/${src.rev}/CHANGELOG.md";
23 description = "Node.js production process manager with a built-in load balancer";
24 homepage = "https://github.com/Unitech/pm2";
25 license = lib.licenses.agpl3Only;
27 maintainers = with lib.maintainers; [ jeremyschlatter ];