Skip to content

Commit 114ed5b

Browse files
firebase-tools: 14.2.1 -> 14.3.0 (#405655)
Co-authored-by: sarahec <[email protected]>
2 parents a94100d + 9568026 commit 114ed5b

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.2.1";
13+
version = "14.3.0";
1414

1515
src = fetchFromGitHub {
1616
owner = "firebase";
1717
repo = "firebase-tools";
1818
tag = "v${version}";
19-
hash = "sha256-3eAzLtVNlgjktnuQ1ZJIyE2CsKZISPRuGjUTHZxX/6k=";
19+
hash = "sha256-Y3+Nw6+ZCnHOJeoMRhWafBVi0yrb41NX/4FcpqHk4eA=";
2020
};
2121

22-
npmDepsHash = "sha256-/mij1GjkRldQWaBv1YEwxMWoP6CG3ydLV2aI+K2R+t4=";
22+
npmDepsHash = "sha256-+rAwYopIP/NEb602TVuZEZUY+dQPzkuTXpWCBeLCjmg=";
2323

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

0 commit comments

Comments
 (0)