firebase-tools: 14.4.0 -> 14.5.1 (#412524)

Co-authored-by: momeemt <me@momee.mt>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-05-31 12:05:15 +00:00 committed by GitHub
commit 910796cabe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,16 +10,16 @@
buildNpmPackage rec {
pname = "firebase-tools";
version = "14.4.0";
version = "14.5.1";
src = fetchFromGitHub {
owner = "firebase";
repo = "firebase-tools";
tag = "v${version}";
hash = "sha256-mcb0rCI7tJE6A/CK4rGUJ2qqvjrld0Yzl9l4mMipCoA=";
hash = "sha256-dcpGdFbXyVmCKBdh7u25skWgpbTRaE6gbUqAVWpkNFo=";
};
npmDepsHash = "sha256-Ezjn5oVjvVJnfw0oBTxNbmfmgHYBDixdiIJHft9FbQE=";
npmDepsHash = "sha256-fYmIu4ZctRT982Q1/gdr1QxgHiymmydrNuMMCsS2r3E=";
postPatch = ''
ln -s npm-shrinkwrap.json package-lock.json