firebase-tools: 13.6.0 -> 13.6.1

This commit is contained in:
R. Ryantm 2024-04-04 11:53:50 +00:00
parent e52ada4e6b
commit 0dde861ffc
1 changed files with 3 additions and 3 deletions

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