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

firebase-tools: 13.14.2 -> 13.15.1
This commit is contained in:
Nick Cao 2024-08-14 15:35:09 -04:00 committed by GitHub
commit c5333c9675
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,16 +8,16 @@
buildNpmPackage rec {
pname = "firebase-tools";
version = "13.14.2";
version = "13.15.1";
src = fetchFromGitHub {
owner = "firebase";
repo = "firebase-tools";
rev = "v${version}";
hash = "sha256-Y5PoiBX/ql7gbNpCklZieFsoIzxhyau40MTGXDYyxYs=";
hash = "sha256-DnrKIOKwIZ4MmqYm2RqtMs4N1y4+zdw+Qm8RyDXyzRg=";
};
npmDepsHash = "sha256-Z83Llre5ajVuGNt7LBr0tjWxRXTajne2U3fZuBwPjIg=";
npmDepsHash = "sha256-+cJai7Q/xleGiO251eoU3kKvfASQgTfsyHGiABiCaPs=";
postPatch = ''
ln -s npm-shrinkwrap.json package-lock.json