firebase-tools: 15.1.0 -> 15.9.1

This commit is contained in:
Sarah Clark
2026-03-10 19:53:50 -07:00
parent 147eb7e215
commit 4bc87a0cfb
+5 -3
View File
@@ -3,6 +3,7 @@
stdenv,
buildNpmPackage,
fetchFromGitHub,
nodejs_22,
python3,
xcbuild,
nix-update-script,
@@ -10,16 +11,17 @@
buildNpmPackage rec {
pname = "firebase-tools";
version = "15.1.0";
version = "15.9.1";
nodejs = nodejs_22;
src = fetchFromGitHub {
owner = "firebase";
repo = "firebase-tools";
tag = "v${version}";
hash = "sha256-b9dXWCrP70htLbZX0xcoFv8CEgxPjJthhneuuxnO9hQ=";
hash = "sha256-FSgDzxd0C8DmDfcRmo3i8G1xkOYvyeQEaWxMYVdUOr4=";
};
npmDepsHash = "sha256-v2Dcfx5hcYvi43g8ihNIKNKBS5duiLSaonb/y0QJBy8=";
npmDepsHash = "sha256-uMSNrXHg9FWaYDok/BxKkpy2cF+Go7YbgjFJZbnktoo=";
# No more package-lock.json in upstream src
postPatch = ''