base16-builder: regenerate with node2nix 1.8.0, add supplement.json with node-pre-gyp to fix build

This commit is contained in:
Sander van der Burg
2020-03-15 16:37:47 +01:00
parent 798ab51bc7
commit 875bcef98b
25 changed files with 3962 additions and 2766 deletions
+6 -6
View File
@@ -1,4 +1,4 @@
# This file has been generated by node2nix 1.7.0. Do not edit!
# This file has been generated by node2nix 1.8.0. Do not edit!
{nodeEnv, fetchurl, fetchgit, globalBuildInputs ? []}:
@@ -58,13 +58,13 @@ let
sha1 = "61a6a32010622afa07963bf325203cf12239d604";
};
};
"underscore-1.9.1" = {
"underscore-1.9.2" = {
name = "underscore";
packageName = "underscore";
version = "1.9.1";
version = "1.9.2";
src = fetchurl {
url = "https://registry.npmjs.org/underscore/-/underscore-1.9.1.tgz";
sha512 = "5/4etnCkd9c8gwgowi5/om/mYO5ajCaOgdzj/oW+0eQV9WxKBDZw5+ycmKmeaTXjInS/W0BzpGLo2xR2aBwZdg==";
url = "https://registry.npmjs.org/underscore/-/underscore-1.9.2.tgz";
sha512 = "D39qtimx0c1fI3ya1Lnhk3E9nONswSKhnffBI0gME9C99fYOkNi04xs8K6pePLhvl1frbDemkaBQ5ikWllR2HQ==";
};
};
};
@@ -93,7 +93,7 @@ in
sources."underscore-1.4.4"
];
})
sources."underscore-1.9.1"
sources."underscore-1.9.2"
];
buildInputs = globalBuildInputs;
meta = {