Unverified Commit 85807bf5 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

firebase-tools: 13.10.1 -> 13.10.2
parents 7f1868af 97ade449
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,16 +8,16 @@

buildNpmPackage rec {
  pname = "firebase-tools";
  version = "13.10.1";
  version = "13.10.2";

  src = fetchFromGitHub {
    owner = "firebase";
    repo = "firebase-tools";
    rev = "v${version}";
    hash = "sha256-20YDBbkMJblZisFewTXLcvgT+Jtr7T/iaCukoTpbNF8=";
    hash = "sha256-UpURKUt+/6149B4o3noy8atrKBRnfpp7YEO/Ed/dPjU=";
  };

  npmDepsHash = "sha256-HSzX4Ptl2WVRf0kw4pDrRoBH6b6JVOB+FD7LymJeaO0=";
  npmDepsHash = "sha256-S69NnVqAgw3LiLCKhpzChih52FsxLSoenYHUA0RY0uU=";

  postPatch = ''
    ln -s npm-shrinkwrap.json package-lock.json