Merge pull request #317604 from r-ryantm/auto-update/firebase-tools

firebase-tools: 13.10.2 -> 13.11.0
This commit is contained in:
Weijia Wang
2024-06-12 00:41:45 +02:00
committed by GitHub
@@ -8,16 +8,16 @@
buildNpmPackage rec {
pname = "firebase-tools";
version = "13.10.2";
version = "13.11.0";
src = fetchFromGitHub {
owner = "firebase";
repo = "firebase-tools";
rev = "v${version}";
hash = "sha256-UpURKUt+/6149B4o3noy8atrKBRnfpp7YEO/Ed/dPjU=";
hash = "sha256-q1ud4Aowbgpl8CHLWB055nvvMTAdY/USmeRKgOIa8WU=";
};
npmDepsHash = "sha256-S69NnVqAgw3LiLCKhpzChih52FsxLSoenYHUA0RY0uU=";
npmDepsHash = "sha256-WTMC8yv2KeJKcttVXk4tAXghyzkfSO7/Y3ALEKlO/Bk=";
postPatch = ''
ln -s npm-shrinkwrap.json package-lock.json