Skip to content

Commit

Permalink
firebase-tools: 13.30.0 -> 13.31.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahec committed Feb 14, 2025
1 parent 3d83203 commit b486477
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/fi/firebase-tools/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
}:
buildNpmPackage rec {
pname = "firebase-tools";
version = "13.30.0";
version = "13.31.1";

src = fetchFromGitHub {
owner = "firebase";
repo = "firebase-tools";
tag = "v${version}";
hash = "sha256-QeFkZJAdXs9+buE1qQqKZkEh9LYTlR1IQiueLx3rUbs=";
hash = "sha256-gfR9gGjHgy1pPeJXSAs6bqwB3hbsdTtxdzprF120/2k=";
};

npmDepsHash = "sha256-IIYHtePMsgh3WfuspYaQEGMYnn9KrAg0pE39mlhldO8=";
npmDepsHash = "sha256-8z9faTTR5Yi658a0b8HP0Nh43/5GrE3v6JP02HSVgiw=";

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

0 comments on commit b486477

Please sign in to comment.