nodePackages: regenerate set

This commit is contained in:
adisbladis 2020-03-14 14:34:20 +00:00
parent 588ca6e310
commit 79ca23ba68
No known key found for this signature in database
GPG Key ID: 110BFAD44C6249B7
7 changed files with 4149 additions and 2566 deletions

View File

@ -2,7 +2,7 @@
{pkgs ? import <nixpkgs> { {pkgs ? import <nixpkgs> {
inherit system; inherit system;
}, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-13_x"}: }, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-8_x"}:
let let
nodeEnv = import ./node-env.nix { nodeEnv = import ./node-env.nix {

File diff suppressed because it is too large Load Diff

View File

@ -850,13 +850,13 @@ let
sha512 = "eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA=="; sha512 = "eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==";
}; };
}; };
"hosted-git-info-2.8.5" = { "hosted-git-info-2.8.8" = {
name = "hosted-git-info"; name = "hosted-git-info";
packageName = "hosted-git-info"; packageName = "hosted-git-info";
version = "2.8.5"; version = "2.8.8";
src = fetchurl { src = fetchurl {
url = "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.5.tgz"; url = "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.8.tgz";
sha512 = "kssjab8CvdXfcXMXVcvsXum4Hwdq9XGtRD3TteMEvEbq0LXyiNQr6AprqKqfeaDXze7SxWvRxdpwE6ku7ikLkg=="; sha512 = "f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg==";
}; };
}; };
"http-signature-1.2.0" = { "http-signature-1.2.0" = {
@ -1309,13 +1309,13 @@ let
sha1 = "857fcabfc3397d2625b8228262e86aa7a011b05d"; sha1 = "857fcabfc3397d2625b8228262e86aa7a011b05d";
}; };
}; };
"minimist-1.2.0" = { "minimist-1.2.5" = {
name = "minimist"; name = "minimist";
packageName = "minimist"; packageName = "minimist";
version = "1.2.0"; version = "1.2.5";
src = fetchurl { src = fetchurl {
url = "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz"; url = "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz";
sha1 = "a35008b20f41383eec1fb914f4cd5df79a264284"; sha512 = "FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==";
}; };
}; };
"minipass-2.9.0" = { "minipass-2.9.0" = {
@ -1426,13 +1426,13 @@ let
sha1 = "c6465dbf08abcd4db359317f79ac68a646b28ff9"; sha1 = "c6465dbf08abcd4db359317f79ac68a646b28ff9";
}; };
}; };
"nopt-4.0.1" = { "nopt-4.0.3" = {
name = "nopt"; name = "nopt";
packageName = "nopt"; packageName = "nopt";
version = "4.0.1"; version = "4.0.3";
src = fetchurl { src = fetchurl {
url = "https://registry.npmjs.org/nopt/-/nopt-4.0.1.tgz"; url = "https://registry.npmjs.org/nopt/-/nopt-4.0.3.tgz";
sha1 = "d0d4685afd5415193c8c7505602d0d17cd64474d"; sha512 = "CvaGwVMztSMJLOeXPrez7fyfObdZqNUK1cPAEzLHrTybIua9pMdmmPR5YwtfNftIOMv3DPUhFaxsZMNTQO20Kg==";
}; };
}; };
"normalize-package-data-2.5.0" = { "normalize-package-data-2.5.0" = {
@ -2578,7 +2578,7 @@ in
}) })
sources."ms-2.0.0" sources."ms-2.0.0"
sources."nanomatch-1.2.13" sources."nanomatch-1.2.13"
sources."nopt-4.0.1" sources."nopt-4.0.3"
(sources."object-copy-0.1.0" // { (sources."object-copy-0.1.0" // {
dependencies = [ dependencies = [
sources."define-property-0.2.5" sources."define-property-0.2.5"
@ -2791,7 +2791,7 @@ in
sources."har-schema-2.0.0" sources."har-schema-2.0.0"
sources."har-validator-5.1.3" sources."har-validator-5.1.3"
sources."has-unicode-2.0.1" sources."has-unicode-2.0.1"
sources."hosted-git-info-2.8.5" sources."hosted-git-info-2.8.8"
sources."http-signature-1.2.0" sources."http-signature-1.2.0"
sources."inflight-1.0.6" sources."inflight-1.0.6"
sources."inherits-2.0.4" sources."inherits-2.0.4"
@ -2980,7 +2980,7 @@ in
sources."minipass-2.9.0" sources."minipass-2.9.0"
sources."minizlib-1.3.3" sources."minizlib-1.3.3"
sources."mkdirp-0.5.1" sources."mkdirp-0.5.1"
sources."nopt-4.0.1" sources."nopt-4.0.3"
sources."npmlog-4.1.2" sources."npmlog-4.1.2"
sources."number-is-nan-1.0.1" sources."number-is-nan-1.0.1"
sources."oauth-sign-0.9.0" sources."oauth-sign-0.9.0"
@ -3033,10 +3033,10 @@ in
node-gyp-build = nodeEnv.buildNodePackage { node-gyp-build = nodeEnv.buildNodePackage {
name = "node-gyp-build"; name = "node-gyp-build";
packageName = "node-gyp-build"; packageName = "node-gyp-build";
version = "4.2.0"; version = "4.2.1";
src = fetchurl { src = fetchurl {
url = "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.2.0.tgz"; url = "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.2.1.tgz";
sha512 = "4oiumOLhCDU9Rronz8PZ5S4IvT39H5+JEv/hps9V8s7RSLhsac0TCP78ulnHXOo8X1wdpPiTayGlM1jr4IbnaQ=="; sha512 = "XyCKXsqZfLqHep1hhsMncoXuUNt/cXCjg1+8CLbu69V1TKuPiOeSGbL9n+k/ByKH8UT0p4rdIX8XkTRZV0i7Sw==";
}; };
buildInputs = globalBuildInputs; buildInputs = globalBuildInputs;
meta = { meta = {
@ -3091,7 +3091,7 @@ in
sources."mkdirp-0.5.1" sources."mkdirp-0.5.1"
sources."ms-2.1.2" sources."ms-2.1.2"
sources."needle-2.4.0" sources."needle-2.4.0"
sources."nopt-4.0.1" sources."nopt-4.0.3"
sources."npm-bundled-1.1.1" sources."npm-bundled-1.1.1"
sources."npm-normalize-package-bin-1.0.1" sources."npm-normalize-package-bin-1.0.1"
sources."npm-packlist-1.4.8" sources."npm-packlist-1.4.8"
@ -3106,7 +3106,7 @@ in
sources."process-nextick-args-2.0.1" sources."process-nextick-args-2.0.1"
(sources."rc-1.2.8" // { (sources."rc-1.2.8" // {
dependencies = [ dependencies = [
sources."minimist-1.2.0" sources."minimist-1.2.5"
]; ];
}) })
sources."readable-stream-2.3.7" sources."readable-stream-2.3.7"

View File

@ -436,13 +436,13 @@ let
sha1 = "e0e6fe6a28cf51138855e086d1691e771de2a8b9"; sha1 = "e0e6fe6a28cf51138855e086d1691e771de2a8b9";
}; };
}; };
"hosted-git-info-2.8.5" = { "hosted-git-info-2.8.8" = {
name = "hosted-git-info"; name = "hosted-git-info";
packageName = "hosted-git-info"; packageName = "hosted-git-info";
version = "2.8.5"; version = "2.8.8";
src = fetchurl { src = fetchurl {
url = "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.5.tgz"; url = "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.8.tgz";
sha512 = "kssjab8CvdXfcXMXVcvsXum4Hwdq9XGtRD3TteMEvEbq0LXyiNQr6AprqKqfeaDXze7SxWvRxdpwE6ku7ikLkg=="; sha512 = "f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg==";
}; };
}; };
"http-signature-1.2.0" = { "http-signature-1.2.0" = {
@ -1315,7 +1315,7 @@ in
sources."har-schema-2.0.0" sources."har-schema-2.0.0"
sources."har-validator-5.1.3" sources."har-validator-5.1.3"
sources."has-unicode-2.0.1" sources."has-unicode-2.0.1"
sources."hosted-git-info-2.8.5" sources."hosted-git-info-2.8.8"
sources."http-signature-1.2.0" sources."http-signature-1.2.0"
sources."inflight-1.0.6" sources."inflight-1.0.6"
sources."inherits-2.0.4" sources."inherits-2.0.4"

View File

@ -4,6 +4,5 @@ mkShell {
buildInputs = [ buildInputs = [
bash nodePackages.node2nix bash nodePackages.node2nix
]; ];
NODE_NIXPKGS_PATH = toString ./.; NODE_NIXPKGS_PATH = ./.;
} }