Skip to content

Commit

Permalink
firebase-tools: 13.30.0 -> 13.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahec committed Mar 1, 2025
1 parent 8de5f8e commit 68fbe42
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 @@ -8,16 +8,16 @@
}:
buildNpmPackage rec {
pname = "firebase-tools";
version = "13.30.0";
version = "13.32.0";

src = fetchFromGitHub {
owner = "firebase";
repo = "firebase-tools";
tag = "v${version}";
hash = "sha256-QeFkZJAdXs9+buE1qQqKZkEh9LYTlR1IQiueLx3rUbs=";
hash = "sha256-KImt8se4pf/W1XAV8PprYmJRWQqMIAH9FVCEFSV/3Ys=";
};

npmDepsHash = "sha256-IIYHtePMsgh3WfuspYaQEGMYnn9KrAg0pE39mlhldO8=";
npmDepsHash = "sha256-/EWfXiITSV1r4zVvnHk+9U7MpcUlp7/MNUBJWRw3wRk=";

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

0 comments on commit 68fbe42

Please sign in to comment.