firebase-tools: 14.16.0 -> 14.17.0 (#445464)

authored by nixpkgs-merge-bot[bot] and committed by GitHub 0a0ca83a 26fd7c77

+3 -3
+3 -3
pkgs/by-name/fi/firebase-tools/package.nix
··· 10 10 11 11 buildNpmPackage rec { 12 12 pname = "firebase-tools"; 13 - version = "14.16.0"; 13 + version = "14.17.0"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "firebase"; 17 17 repo = "firebase-tools"; 18 18 tag = "v${version}"; 19 - hash = "sha256-6gChudAEAlZOy++wys+xHS8VmmsLfiGKtHszMWFjLRE="; 19 + hash = "sha256-qZMm3xW46XZG0l3ECKOSBb2vRwZrwLP2Cl3UXcH7OTY="; 20 20 }; 21 21 22 - npmDepsHash = "sha256-r+yMoSgJRwkT1liaH0bAzSx3xLnGjF68OkTNf72pSHg="; 22 + npmDepsHash = "sha256-3voUCvmBqi9Lfpol1lMDe4gTmF6TevLMmxBoDS03K0o="; 23 23 24 24 postPatch = '' 25 25 ln -s npm-shrinkwrap.json package-lock.json