Skip to content

Commit 31ea7cf

Browse files
authored
firebase-tools: 13.32.0 -> 13.34.0 (#389077)
2 parents eb1e65a + 95018e3 commit 31ea7cf

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pkgs/by-name/fi/firebase-tools/package.nix

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,20 @@
55
fetchFromGitHub,
66
python3,
77
xcbuild,
8+
nix-update-script,
89
}:
910
buildNpmPackage rec {
1011
pname = "firebase-tools";
11-
version = "13.32.0";
12+
version = "13.34.0";
1213

1314
src = fetchFromGitHub {
1415
owner = "firebase";
1516
repo = "firebase-tools";
1617
tag = "v${version}";
17-
hash = "sha256-KImt8se4pf/W1XAV8PprYmJRWQqMIAH9FVCEFSV/3Ys=";
18+
hash = "sha256-2Zyg7D0/JYQ/PSYsoOIa/aSjGibySP+XZNWpT+dct8k=";
1819
};
1920

20-
npmDepsHash = "sha256-/EWfXiITSV1r4zVvnHk+9U7MpcUlp7/MNUBJWRw3wRk=";
21+
npmDepsHash = "sha256-3JaafJIfqhS7c8krdXwARufuVV/PG4emvbVv8H3gy8Q=";
2122

2223
postPatch = ''
2324
ln -s npm-shrinkwrap.json package-lock.json
@@ -35,6 +36,8 @@ buildNpmPackage rec {
3536
PUPPETEER_SKIP_DOWNLOAD = true;
3637
};
3738

39+
passthru.updateScript = nix-update-script { };
40+
3841
meta = {
3942
changelog = "https://github.com/firebase/firebase-tools/blob/v${version}/CHANGELOG.md";
4043
description = "Manage, and deploy your Firebase project from the command line";

0 commit comments

Comments
 (0)