Skip to content

Commit 94141c8

Browse files
firebase-tools: 14.3.0 -> 14.4.0 (NixOS#409055)
Co-authored-by: momeemt <me@momee.mt>
2 parents 6565ff0 + cce01b6 commit 94141c8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

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

22-
npmDepsHash = "sha256-+rAwYopIP/NEb602TVuZEZUY+dQPzkuTXpWCBeLCjmg=";
22+
npmDepsHash = "sha256-Ezjn5oVjvVJnfw0oBTxNbmfmgHYBDixdiIJHft9FbQE=";
2323

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

0 commit comments

Comments
 (0)