12 src = fetchFromGitHub {
14 repo = "firebase-tools";
15 rev = "refs/tags/v${version}";
16 hash = "sha256-FIflfCSTXm7J2WectS175vc0ccztWa4tE2E2kcbhwJg=";
20 pname = "firebase-tools";
23 npmDepsHash = "sha256-qEerq6rFBN6HmzDS4xQJorzmzapBV/WhzCwG3rHU458=";
26 ln -s npm-shrinkwrap.json package-lock.json
33 ++ lib.optionals stdenv.hostPlatform.isDarwin [
38 PUPPETEER_SKIP_DOWNLOAD = true;
42 changelog = "https://github.com/firebase/firebase-tools/blob/${src.rev}/CHANGELOG.md";
43 description = "Manage, and deploy your Firebase project from the command line";
44 homepage = "https://github.com/firebase/firebase-tools";
45 license = lib.licenses.mit;
46 mainProgram = "firebase";
47 maintainers = with lib.maintainers; [ momeemt ];