node2nix: 1.6.0 -> 1.7.0 and regenerate all Nix expressions, introduce nodePackages_12_x attribute set
This commit is contained in:
+30
-22
@@ -1,4 +1,4 @@
|
||||
# This file has been generated by node2nix 1.6.0. Do not edit!
|
||||
# This file has been generated by node2nix 1.7.0. Do not edit!
|
||||
|
||||
{nodeEnv, fetchurl, fetchgit, globalBuildInputs ? []}:
|
||||
|
||||
@@ -238,13 +238,13 @@ let
|
||||
sha1 = "4b475760ff80264c762c3a1719032e91c7fea0d1";
|
||||
};
|
||||
};
|
||||
"combined-stream-1.0.7" = {
|
||||
"combined-stream-1.0.8" = {
|
||||
name = "combined-stream";
|
||||
packageName = "combined-stream";
|
||||
version = "1.0.7";
|
||||
version = "1.0.8";
|
||||
src = fetchurl {
|
||||
url = "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.7.tgz";
|
||||
sha512 = "brWl9y6vOB1xYPZcpZde3N9zDByXTosAeMDo4p1wzo6UMOX4vumB+TP1RZ76sfE6Md68Q0NJSrE/gbezd4Ul+w==";
|
||||
url = "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz";
|
||||
sha512 = "FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==";
|
||||
};
|
||||
};
|
||||
"concat-map-0.0.1" = {
|
||||
@@ -706,22 +706,22 @@ let
|
||||
sha1 = "591d84d3653a6b0b4a3b9df8de5aa8108e72e5e0";
|
||||
};
|
||||
};
|
||||
"mime-db-1.38.0" = {
|
||||
"mime-db-1.40.0" = {
|
||||
name = "mime-db";
|
||||
packageName = "mime-db";
|
||||
version = "1.38.0";
|
||||
version = "1.40.0";
|
||||
src = fetchurl {
|
||||
url = "https://registry.npmjs.org/mime-db/-/mime-db-1.38.0.tgz";
|
||||
sha512 = "bqVioMFFzc2awcdJZIzR3HjZFX20QhilVS7hytkKrv7xFAn8bM1gzc/FOX2awLISvWe0PV8ptFKcon+wZ5qYkg==";
|
||||
url = "https://registry.npmjs.org/mime-db/-/mime-db-1.40.0.tgz";
|
||||
sha512 = "jYdeOMPy9vnxEqFRRo6ZvTZ8d9oPb+k18PKoYNYUe2stVEBPPwsln/qWzdbmaIvnhZ9v2P+CuecK+fpUfsV2mA==";
|
||||
};
|
||||
};
|
||||
"mime-types-2.1.22" = {
|
||||
"mime-types-2.1.24" = {
|
||||
name = "mime-types";
|
||||
packageName = "mime-types";
|
||||
version = "2.1.22";
|
||||
version = "2.1.24";
|
||||
src = fetchurl {
|
||||
url = "https://registry.npmjs.org/mime-types/-/mime-types-2.1.22.tgz";
|
||||
sha512 = "aGl6TZGnhm/li6F7yx82bJiBZwgiEa4Hf6CNr8YO+r5UHr53tSTYZb102zyU50DOWWKeOv0uQLRL0/9EiKWCog==";
|
||||
url = "https://registry.npmjs.org/mime-types/-/mime-types-2.1.24.tgz";
|
||||
sha512 = "WaFHS3MCl5fapm3oLxU4eYDw77IQM2ACcxQ9RIxfaC3ooc6PFuBMGZZsYpvoXS5D5QTWPieo1jjLdAm3TBP3cQ==";
|
||||
};
|
||||
};
|
||||
"minimatch-3.0.4" = {
|
||||
@@ -850,13 +850,13 @@ let
|
||||
sha1 = "e260c78f6161cdd9b0e56cc3e0a85de17c7a57be";
|
||||
};
|
||||
};
|
||||
"psl-1.1.31" = {
|
||||
"psl-1.1.32" = {
|
||||
name = "psl";
|
||||
packageName = "psl";
|
||||
version = "1.1.31";
|
||||
version = "1.1.32";
|
||||
src = fetchurl {
|
||||
url = "https://registry.npmjs.org/psl/-/psl-1.1.31.tgz";
|
||||
sha512 = "/6pt4+C+T+wZUieKR620OpzN/LlnNKuWjy1iFLQ/UG35JqHlR/89MP1d96dUfkf6Dne3TuLQzOYEYshJ+Hx8mw==";
|
||||
url = "https://registry.npmjs.org/psl/-/psl-1.1.32.tgz";
|
||||
sha512 = "MHACAkHpihU/REGGPLj4sEfc/XKW2bheigvHO1dUqjaKigMp1C8+WLQYRGgeKFMsw5PMfegZcaN8IDXK/cD0+g==";
|
||||
};
|
||||
};
|
||||
"punycode-1.4.1" = {
|
||||
@@ -1206,10 +1206,11 @@ in
|
||||
buildInputs = globalBuildInputs;
|
||||
meta = {
|
||||
description = "No-ceremony linter";
|
||||
homepage = https://github.com/marijnh/blint;
|
||||
homepage = http://github.com/marijnh/blint;
|
||||
};
|
||||
production = true;
|
||||
bypassCache = true;
|
||||
reconstructLock = true;
|
||||
};
|
||||
"node-static-0.6.0" = nodeEnv.buildNodePackage {
|
||||
name = "node-static";
|
||||
@@ -1226,6 +1227,7 @@ in
|
||||
};
|
||||
production = true;
|
||||
bypassCache = true;
|
||||
reconstructLock = true;
|
||||
};
|
||||
"phantomjs-prebuilt-^2.1.12" = nodeEnv.buildNodePackage {
|
||||
name = "phantomjs-prebuilt";
|
||||
@@ -1245,7 +1247,7 @@ in
|
||||
sources."bcrypt-pbkdf-1.0.2"
|
||||
sources."buffer-from-1.1.1"
|
||||
sources."caseless-0.12.0"
|
||||
sources."combined-stream-1.0.7"
|
||||
sources."combined-stream-1.0.8"
|
||||
sources."concat-stream-1.6.2"
|
||||
sources."core-util-is-1.0.2"
|
||||
sources."dashdash-1.14.1"
|
||||
@@ -1282,8 +1284,8 @@ in
|
||||
sources."jsprim-1.4.1"
|
||||
sources."kew-0.7.0"
|
||||
sources."klaw-1.3.1"
|
||||
sources."mime-db-1.38.0"
|
||||
sources."mime-types-2.1.22"
|
||||
sources."mime-db-1.40.0"
|
||||
sources."mime-types-2.1.24"
|
||||
sources."minimist-0.0.8"
|
||||
sources."mkdirp-0.5.1"
|
||||
sources."ms-2.0.0"
|
||||
@@ -1294,7 +1296,7 @@ in
|
||||
sources."pinkie-promise-2.0.1"
|
||||
sources."process-nextick-args-2.0.0"
|
||||
sources."progress-1.1.8"
|
||||
sources."psl-1.1.31"
|
||||
sources."psl-1.1.32"
|
||||
sources."punycode-2.1.1"
|
||||
sources."qs-6.5.2"
|
||||
sources."readable-stream-2.3.6"
|
||||
@@ -1328,6 +1330,7 @@ in
|
||||
};
|
||||
production = true;
|
||||
bypassCache = true;
|
||||
reconstructLock = true;
|
||||
};
|
||||
"rollup-^0.41.0" = nodeEnv.buildNodePackage {
|
||||
name = "rollup";
|
||||
@@ -1349,6 +1352,7 @@ in
|
||||
};
|
||||
production = true;
|
||||
bypassCache = true;
|
||||
reconstructLock = true;
|
||||
};
|
||||
"rollup-plugin-buble-^0.15.0" = nodeEnv.buildNodePackage {
|
||||
name = "rollup-plugin-buble";
|
||||
@@ -1389,6 +1393,7 @@ in
|
||||
};
|
||||
production = true;
|
||||
bypassCache = true;
|
||||
reconstructLock = true;
|
||||
};
|
||||
"rollup-watch-^3.2.0" = nodeEnv.buildNodePackage {
|
||||
name = "rollup-watch";
|
||||
@@ -1409,6 +1414,7 @@ in
|
||||
};
|
||||
production = true;
|
||||
bypassCache = true;
|
||||
reconstructLock = true;
|
||||
};
|
||||
"uglify-js-^2.8.15" = nodeEnv.buildNodePackage {
|
||||
name = "uglify-js";
|
||||
@@ -1444,6 +1450,7 @@ in
|
||||
};
|
||||
production = true;
|
||||
bypassCache = true;
|
||||
reconstructLock = true;
|
||||
};
|
||||
"url-loader-^0.5.7" = nodeEnv.buildNodePackage {
|
||||
name = "url-loader";
|
||||
@@ -1469,5 +1476,6 @@ in
|
||||
};
|
||||
production = true;
|
||||
bypassCache = true;
|
||||
reconstructLock = true;
|
||||
};
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
# This file has been generated by node2nix 1.6.0. Do not edit!
|
||||
# This file has been generated by node2nix 1.7.0. Do not edit!
|
||||
|
||||
{pkgs ? import <nixpkgs> {
|
||||
inherit system;
|
||||
@@ -14,4 +14,4 @@ in
|
||||
import ./node-packages.nix {
|
||||
inherit (pkgs) fetchurl fetchgit;
|
||||
inherit nodeEnv;
|
||||
}
|
||||
}
|
||||
+920
-736
File diff suppressed because it is too large
Load Diff
@@ -1,4 +1,4 @@
|
||||
# This file has been generated by node2nix 1.6.0. Do not edit!
|
||||
# This file has been generated by node2nix 1.7.0. Do not edit!
|
||||
|
||||
{pkgs ? import <nixpkgs> {
|
||||
inherit system;
|
||||
@@ -14,4 +14,4 @@ in
|
||||
import ./node-packages.nix {
|
||||
inherit (pkgs) fetchurl fetchgit;
|
||||
inherit nodeEnv;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user