firebase-tools: 13.35.1 -> 14.1.0

This commit is contained in:
R. Ryantm
2025-04-06 14:16:05 +00:00
parent 74a4041036
commit 0873466aa7
+3 -3
View File
@@ -9,16 +9,16 @@
}:
buildNpmPackage rec {
pname = "firebase-tools";
version = "13.35.1";
version = "14.1.0";
src = fetchFromGitHub {
owner = "firebase";
repo = "firebase-tools";
tag = "v${version}";
hash = "sha256-66VG82o+gg+Vt4QR/RkaM6aOv8i3lQ7bUmeqGqj1JGs=";
hash = "sha256-7yxDBK3A2Yosp/83JmFpV3cm+YEDxHMLVj5B+rwSIR8=";
};
npmDepsHash = "sha256-/UuQ1bwEFDPahxUgqrxY/xIcHQ+KKxnc2QUMOW+GwHE=";
npmDepsHash = "sha256-r6vonG5edL/nTtyj8uXc/4w2xgihRce/Md+umxomTzo=";
postPatch = ''
ln -s npm-shrinkwrap.json package-lock.json