firebase-tools: 14.11.2 -> 14.12.0
This commit is contained in:
parent
e4b54494cb
commit
6b65a028d4
@ -10,16 +10,16 @@
|
|||||||
|
|
||||||
buildNpmPackage rec {
|
buildNpmPackage rec {
|
||||||
pname = "firebase-tools";
|
pname = "firebase-tools";
|
||||||
version = "14.11.2";
|
version = "14.12.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "firebase";
|
owner = "firebase";
|
||||||
repo = "firebase-tools";
|
repo = "firebase-tools";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-7B1iGjWYfw8e5+JF0YDIZ/o5nR981gNdBM64BcdR3sk=";
|
hash = "sha256-LShbjULFhwMOj3h+TFqZJSg1wPP69A222w51M0kFPCk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
npmDepsHash = "sha256-HzHTp+lFHTYftmWRxreVkzDKHl9fxw4Da/res5bN1yg=";
|
npmDepsHash = "sha256-MN3kN2NKYak7/BgU9ZYsb/q42xEbFVeOSZxMowmXctU=";
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
ln -s npm-shrinkwrap.json package-lock.json
|
ln -s npm-shrinkwrap.json package-lock.json
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user