firebase-tools: 13.20.2 -> 13.28.0 (#362690)

This commit is contained in:
Aleksana 2024-12-08 11:56:24 +08:00 committed by GitHub
commit 7618f25e26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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