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

firebase-tools: 13.13.2 -> 13.13.3
This commit is contained in:
Nick Cao 2024-07-23 15:51:59 -04:00 committed by GitHub
commit 66a38e8634
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.13.2";
version = "13.13.3";
src = fetchFromGitHub {
owner = "firebase";
repo = "firebase-tools";
rev = "v${version}";
hash = "sha256-VjNH3eoJbgPkSDO3UqjxlXoaPE4ct0DMBxWhKbbjvVY=";
hash = "sha256-hhqPSNdDCyZzs8+QsC2FGRjiztMeKAMa5EOMGRprn4M=";
};
npmDepsHash = "sha256-BJuGunibUe5tCvoUAWR2WJlmjrOc1o3wbtfMp3WdK50=";
npmDepsHash = "sha256-OqnJQbEC6UzT05iwJjVWrYG2RocrsPUIr8Owz21xtac=";
postPatch = ''
ln -s npm-shrinkwrap.json package-lock.json