firebase-tools: 14.5.1 -> 14.6.0 (#415497)

Co-authored-by: momeemt <me@momee.mt>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-06-10 07:05:49 +00:00
committed by GitHub
co-authored by momeemt
+3 -3
View File
@@ -10,16 +10,16 @@
buildNpmPackage rec {
pname = "firebase-tools";
version = "14.5.1";
version = "14.6.0";
src = fetchFromGitHub {
owner = "firebase";
repo = "firebase-tools";
tag = "v${version}";
hash = "sha256-dcpGdFbXyVmCKBdh7u25skWgpbTRaE6gbUqAVWpkNFo=";
hash = "sha256-gMVP55hhgAWsI+NJ0au2/E955sa3uAJ/s+0OqMuvrG0=";
};
npmDepsHash = "sha256-fYmIu4ZctRT982Q1/gdr1QxgHiymmydrNuMMCsS2r3E=";
npmDepsHash = "sha256-YqRfxd3vSrZcQ7/9d2kNe3B/0ZDjcDUxr5CDthdD/tg=";
postPatch = ''
ln -s npm-shrinkwrap.json package-lock.json