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 a94100d + 9568026 commit 114ed5bCopy full SHA for 114ed5b
pkgs/by-name/fi/firebase-tools/package.nix
@@ -10,16 +10,16 @@
10
11
buildNpmPackage rec {
12
pname = "firebase-tools";
13
- version = "14.2.1";
+ version = "14.3.0";
14
15
src = fetchFromGitHub {
16
owner = "firebase";
17
repo = "firebase-tools";
18
tag = "v${version}";
19
- hash = "sha256-3eAzLtVNlgjktnuQ1ZJIyE2CsKZISPRuGjUTHZxX/6k=";
+ hash = "sha256-Y3+Nw6+ZCnHOJeoMRhWafBVi0yrb41NX/4FcpqHk4eA=";
20
};
21
22
- npmDepsHash = "sha256-/mij1GjkRldQWaBv1YEwxMWoP6CG3ydLV2aI+K2R+t4=";
+ npmDepsHash = "sha256-+rAwYopIP/NEb602TVuZEZUY+dQPzkuTXpWCBeLCjmg=";
23
24
postPatch = ''
25
ln -s npm-shrinkwrap.json package-lock.json
0 commit comments