10 pname = "firebase-tools";
13 src = fetchFromGitHub {
15 repo = "firebase-tools";
17 hash = "sha256-KzckVI6eSojnUh+jV1xtKZrwmYfngKk8Ch0cGdTLxMA=";
20 npmDepsHash = "sha256-X7OScxmDsWnvYTP/GOKZRuq3Bu0ReDDqlIFhEWCeQmY=";
23 ln -s npm-shrinkwrap.json package-lock.json
28 ] ++ lib.optionals stdenv.isDarwin [
33 PUPPETEER_SKIP_DOWNLOAD = true;
37 changelog = "https://github.com/firebase/firebase-tools/blob/${src.rev}/CHANGELOG.md";
38 description = "Manage, and deploy your Firebase project from the command line";
39 homepage = "https://github.com/firebase/firebase-tools";
40 license = lib.licenses.mit;
41 mainProgram = "firebase";
42 maintainers = with lib.maintainers; [ ];