File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
pkgs/by-name/fi/firebase-tools Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 55 fetchFromGitHub ,
66 python3 ,
77 xcbuild ,
8+ nix-update-script ,
89} :
910buildNpmPackage 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" ;
You can’t perform that action at this time.
0 commit comments