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

firebase-tools: 13.6.0 -> 13.6.1
This commit is contained in:
Peder Bergebakken Sundt 2024-04-06 03:16:46 +02:00 committed by GitHub
commit 11de2bc58b
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.6.0";
version = "13.6.1";
src = fetchFromGitHub {
owner = "firebase";
repo = "firebase-tools";
rev = "v${version}";
hash = "sha256-69fIejqLs/27nISW7b7+kPRoUiEGQF0DSGz5nkus6Us=";
hash = "sha256-2L1bmv47H0VXviCXTIA72+QWNIRnC4BDwXlyTB4YHnM=";
};
npmDepsHash = "sha256-m9mAuR0lqC83uHY+b1rOLuv6bRSl9eVnYVE7pvLi9+s=";
npmDepsHash = "sha256-Pp3AbodWh/oRfsylMs2iq6qKMIcKtXl9qFZCsCx8CZs=";
postPatch = ''
ln -s npm-shrinkwrap.json package-lock.json