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 f1e73a5 + ed14a80 commit 6a81c8cCopy full SHA for 6a81c8c
pkgs/by-name/fi/firebase-tools/package.nix
@@ -10,16 +10,16 @@
10
11
buildNpmPackage rec {
12
pname = "firebase-tools";
13
- version = "15.0.0";
+ version = "15.1.0";
14
15
src = fetchFromGitHub {
16
owner = "firebase";
17
repo = "firebase-tools";
18
tag = "v${version}";
19
- hash = "sha256-5bxcocw20zzjEh5kGLEUMW/xuAaAvX1goYP5JesFfm0=";
+ hash = "sha256-b9dXWCrP70htLbZX0xcoFv8CEgxPjJthhneuuxnO9hQ=";
20
};
21
22
- npmDepsHash = "sha256-a46vqu39pVKpu1kpP7+EiYUg2DK/fHTWTX+qZ1j+744=";
+ npmDepsHash = "sha256-v2Dcfx5hcYvi43g8ihNIKNKBS5duiLSaonb/y0QJBy8=";
23
24
# No more package-lock.json in upstream src
25
postPatch = ''
0 commit comments