nodePackages: regenerate with node2nix 1.6.0
This commit is contained in:
+11
-7
@@ -1,4 +1,4 @@
|
||||
# This file has been generated by node2nix 1.5.3. Do not edit!
|
||||
# This file has been generated by node2nix 1.6.0. Do not edit!
|
||||
|
||||
{nodeEnv, fetchurl, fetchgit, globalBuildInputs ? []}:
|
||||
|
||||
@@ -58,13 +58,13 @@ let
|
||||
sha1 = "61a6a32010622afa07963bf325203cf12239d604";
|
||||
};
|
||||
};
|
||||
"underscore-1.8.3" = {
|
||||
"underscore-1.9.1" = {
|
||||
name = "underscore";
|
||||
packageName = "underscore";
|
||||
version = "1.8.3";
|
||||
version = "1.9.1";
|
||||
src = fetchurl {
|
||||
url = "https://registry.npmjs.org/underscore/-/underscore-1.8.3.tgz";
|
||||
sha1 = "4f3fb53b106e6097fcf9cb4109f2a5e9bdfa5022";
|
||||
url = "https://registry.npmjs.org/underscore/-/underscore-1.9.1.tgz";
|
||||
sha512 = "5/4etnCkd9c8gwgowi5/om/mYO5ajCaOgdzj/oW+0eQV9WxKBDZw5+ycmKmeaTXjInS/W0BzpGLo2xR2aBwZdg==";
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -81,7 +81,11 @@ in
|
||||
};
|
||||
dependencies = [
|
||||
sources."async-0.2.10"
|
||||
sources."binary-search-tree-0.2.4"
|
||||
(sources."binary-search-tree-0.2.4" // {
|
||||
dependencies = [
|
||||
sources."underscore-1.4.4"
|
||||
];
|
||||
})
|
||||
sources."isnumber-1.0.0"
|
||||
sources."mkdirp-0.3.5"
|
||||
(sources."nedb-1.0.2" // {
|
||||
@@ -89,7 +93,7 @@ in
|
||||
sources."underscore-1.4.4"
|
||||
];
|
||||
})
|
||||
sources."underscore-1.8.3"
|
||||
sources."underscore-1.9.1"
|
||||
];
|
||||
buildInputs = globalBuildInputs;
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user