firebase-tools: 13.20.2 -> 13.28.0

This commit is contained in:
R. Ryantm
2024-12-07 04:49:05 +00:00
parent c90e086ba3
commit 117edf2f5c
+3 -3
View File
@@ -8,19 +8,19 @@
}:
let
version = "13.20.2";
version = "13.28.0";
src = fetchFromGitHub {
owner = "firebase";
repo = "firebase-tools";
rev = "refs/tags/v${version}";
hash = "sha256-FIflfCSTXm7J2WectS175vc0ccztWa4tE2E2kcbhwJg=";
hash = "sha256-bOuOBzEEfVi+0lGqKgZQVmxKUBWoWWdaQ1jlCR1xBcM=";
};
in
buildNpmPackage {
pname = "firebase-tools";
inherit version src;
npmDepsHash = "sha256-qEerq6rFBN6HmzDS4xQJorzmzapBV/WhzCwG3rHU458=";
npmDepsHash = "sha256-3wc1DPZ+yYlBtUTWpa4XFaetS7caNqX5JFSXkmzHyqg=";
postPatch = ''
ln -s npm-shrinkwrap.json package-lock.json