firebase-tools: 13.5.2 -> 13.6.0

This commit is contained in:
R. Ryantm 2024-03-27 04:41:16 +00:00
parent e80d1b6300
commit 554bd39b44
1 changed files with 3 additions and 3 deletions

View File

@ -8,16 +8,16 @@
buildNpmPackage rec {
pname = "firebase-tools";
version = "13.5.2";
version = "13.6.0";
src = fetchFromGitHub {
owner = "firebase";
repo = "firebase-tools";
rev = "v${version}";
hash = "sha256-uHh9schpVs9PNivZkIp8geG60MrEDwrlo58WN3499OM=";
hash = "sha256-69fIejqLs/27nISW7b7+kPRoUiEGQF0DSGz5nkus6Us=";
};
npmDepsHash = "sha256-O3+9qqXbNLVqMP6Grh7p5rHWjOc3stG1e6zBxZSt/5M=";
npmDepsHash = "sha256-m9mAuR0lqC83uHY+b1rOLuv6bRSl9eVnYVE7pvLi9+s=";
postPatch = ''
ln -s npm-shrinkwrap.json package-lock.json