Skip to content

Commit 910796c

Browse files
firebase-tools: 14.4.0 -> 14.5.1 (#412524)
Co-authored-by: momeemt <[email protected]>
2 parents ef02b1a + d222651 commit 910796c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/fi/firebase-tools/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010

1111
buildNpmPackage rec {
1212
pname = "firebase-tools";
13-
version = "14.4.0";
13+
version = "14.5.1";
1414

1515
src = fetchFromGitHub {
1616
owner = "firebase";
1717
repo = "firebase-tools";
1818
tag = "v${version}";
19-
hash = "sha256-mcb0rCI7tJE6A/CK4rGUJ2qqvjrld0Yzl9l4mMipCoA=";
19+
hash = "sha256-dcpGdFbXyVmCKBdh7u25skWgpbTRaE6gbUqAVWpkNFo=";
2020
};
2121

22-
npmDepsHash = "sha256-Ezjn5oVjvVJnfw0oBTxNbmfmgHYBDixdiIJHft9FbQE=";
22+
npmDepsHash = "sha256-fYmIu4ZctRT982Q1/gdr1QxgHiymmydrNuMMCsS2r3E=";
2323

2424
postPatch = ''
2525
ln -s npm-shrinkwrap.json package-lock.json

0 commit comments

Comments
 (0)