firebase-tools: 14.1.0 -> 14.2.0 (#400693)

authored by Jenny and committed by GitHub 7c9ee40e bf6fc3ea

+5 -6
+5 -6
pkgs/by-name/fi/firebase-tools/package.nix
··· 7 7 xcbuild, 8 8 nix-update-script, 9 9 }: 10 + 10 11 buildNpmPackage rec { 11 12 pname = "firebase-tools"; 12 - version = "14.1.0"; 13 + version = "14.2.0"; 13 14 14 15 src = fetchFromGitHub { 15 16 owner = "firebase"; 16 17 repo = "firebase-tools"; 17 18 tag = "v${version}"; 18 - hash = "sha256-7yxDBK3A2Yosp/83JmFpV3cm+YEDxHMLVj5B+rwSIR8="; 19 + hash = "sha256-ga0UsU/VTDIoz88XxdQIGX+md1G21DgctYYmXPr3zbQ="; 19 20 }; 20 21 21 - npmDepsHash = "sha256-r6vonG5edL/nTtyj8uXc/4w2xgihRce/Md+umxomTzo="; 22 + npmDepsHash = "sha256-XiOLtZCm3qxd2Oq3vqMzxU64y37ZZfhivvkxT6m7ES4="; 22 23 23 24 postPatch = '' 24 25 ln -s npm-shrinkwrap.json package-lock.json ··· 32 33 xcbuild 33 34 ]; 34 35 35 - env = { 36 - PUPPETEER_SKIP_DOWNLOAD = true; 37 - }; 36 + env.PUPPETEER_SKIP_DOWNLOAD = true; 38 37 39 38 passthru.updateScript = nix-update-script { }; 40 39