firebase-tools: 14.2.1 -> 14.3.0 (#405655)

Co-authored-by: sarahec <seclark@nextquestion.net>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-05-09 18:13:08 +00:00
committed by GitHub
co-authored by sarahec
+3 -3
View File
@@ -10,16 +10,16 @@
buildNpmPackage rec {
pname = "firebase-tools";
version = "14.2.1";
version = "14.3.0";
src = fetchFromGitHub {
owner = "firebase";
repo = "firebase-tools";
tag = "v${version}";
hash = "sha256-3eAzLtVNlgjktnuQ1ZJIyE2CsKZISPRuGjUTHZxX/6k=";
hash = "sha256-Y3+Nw6+ZCnHOJeoMRhWafBVi0yrb41NX/4FcpqHk4eA=";
};
npmDepsHash = "sha256-/mij1GjkRldQWaBv1YEwxMWoP6CG3ydLV2aI+K2R+t4=";
npmDepsHash = "sha256-+rAwYopIP/NEb602TVuZEZUY+dQPzkuTXpWCBeLCjmg=";
postPatch = ''
ln -s npm-shrinkwrap.json package-lock.json