We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef02b1a + d222651 commit 910796cCopy full SHA for 910796c
pkgs/by-name/fi/firebase-tools/package.nix
@@ -10,16 +10,16 @@
10
11
buildNpmPackage rec {
12
pname = "firebase-tools";
13
- version = "14.4.0";
+ version = "14.5.1";
14
15
src = fetchFromGitHub {
16
owner = "firebase";
17
repo = "firebase-tools";
18
tag = "v${version}";
19
- hash = "sha256-mcb0rCI7tJE6A/CK4rGUJ2qqvjrld0Yzl9l4mMipCoA=";
+ hash = "sha256-dcpGdFbXyVmCKBdh7u25skWgpbTRaE6gbUqAVWpkNFo=";
20
};
21
22
- npmDepsHash = "sha256-Ezjn5oVjvVJnfw0oBTxNbmfmgHYBDixdiIJHft9FbQE=";
+ npmDepsHash = "sha256-fYmIu4ZctRT982Q1/gdr1QxgHiymmydrNuMMCsS2r3E=";
23
24
postPatch = ''
25
ln -s npm-shrinkwrap.json package-lock.json
0 commit comments