Skip to content

Commit 6a81c8c

Browse files
firebase-tools: 15.0.0 -> 15.1.0 (#473995)
2 parents f1e73a5 + ed14a80 commit 6a81c8c

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 = "15.0.0";
13+
version = "15.1.0";
1414

1515
src = fetchFromGitHub {
1616
owner = "firebase";
1717
repo = "firebase-tools";
1818
tag = "v${version}";
19-
hash = "sha256-5bxcocw20zzjEh5kGLEUMW/xuAaAvX1goYP5JesFfm0=";
19+
hash = "sha256-b9dXWCrP70htLbZX0xcoFv8CEgxPjJthhneuuxnO9hQ=";
2020
};
2121

22-
npmDepsHash = "sha256-a46vqu39pVKpu1kpP7+EiYUg2DK/fHTWTX+qZ1j+744=";
22+
npmDepsHash = "sha256-v2Dcfx5hcYvi43g8ihNIKNKBS5duiLSaonb/y0QJBy8=";
2323

2424
# No more package-lock.json in upstream src
2525
postPatch = ''

0 commit comments

Comments
 (0)