mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
nodePackages: Updates
This commit is contained in:
parent
c083cdd6dc
commit
39cd7f923e
3 changed files with 1276 additions and 891 deletions
File diff suppressed because it is too large
Load diff
|
@ -2047,13 +2047,13 @@ let
|
|||
sha512 = "w2VwSrBoHa5BsSyH+KxEqeQBAllHhccyMFVHtGtdMpF4W7IRWfZjFiQceJPChOeTsSDVUpER2T8FA93pr0L+QA==";
|
||||
};
|
||||
};
|
||||
"temp-0.9.0" = {
|
||||
"temp-0.9.1" = {
|
||||
name = "temp";
|
||||
packageName = "temp";
|
||||
version = "0.9.0";
|
||||
version = "0.9.1";
|
||||
src = fetchurl {
|
||||
url = "https://registry.npmjs.org/temp/-/temp-0.9.0.tgz";
|
||||
sha512 = "YfUhPQCJoNQE5N+FJQcdPz63O3x3sdT4Xju69Gj4iZe0lBKOtnAMi0SLj9xKhGkcGhsxThvTJ/usxtFPo438zQ==";
|
||||
url = "https://registry.npmjs.org/temp/-/temp-0.9.1.tgz";
|
||||
sha512 = "WMuOgiua1xb5R56lE0eH6ivpVmg/lq2OHm4+LtT/xtEtPQ+sz6N3bBM6WZ5FvO1lO4IKIOb43qnhoc4qxP5OeA==";
|
||||
};
|
||||
};
|
||||
"to-object-path-0.3.0" = {
|
||||
|
@ -2749,7 +2749,7 @@ in
|
|||
})
|
||||
sources."strip-ansi-3.0.1"
|
||||
sources."tar-4.4.13"
|
||||
sources."temp-0.9.0"
|
||||
sources."temp-0.9.1"
|
||||
(sources."tough-cookie-2.4.3" // {
|
||||
dependencies = [
|
||||
sources."punycode-1.4.1"
|
||||
|
|
|
@ -400,13 +400,13 @@ let
|
|||
sha512 = "J9dlskqUXK1OeTOYBEn5s8aMukWMwWfs+rPTn/jn50Ux4MNXVhubL1wu/j2t+H4NVI+cXEcCaYellqaPVGXNqQ==";
|
||||
};
|
||||
};
|
||||
"graceful-fs-4.2.2" = {
|
||||
"graceful-fs-4.2.3" = {
|
||||
name = "graceful-fs";
|
||||
packageName = "graceful-fs";
|
||||
version = "4.2.2";
|
||||
version = "4.2.3";
|
||||
src = fetchurl {
|
||||
url = "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.2.tgz";
|
||||
sha512 = "IItsdsea19BoLC7ELy13q1iJFNmd7ofZH5+X/pJr90/nRoPEX0DJo1dHDbgtYWOhJhcCgMDTOw84RZ72q6lB+Q==";
|
||||
url = "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.3.tgz";
|
||||
sha512 = "a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ==";
|
||||
};
|
||||
};
|
||||
"har-schema-2.0.0" = {
|
||||
|
@ -1111,13 +1111,13 @@ let
|
|||
sha512 = "w2VwSrBoHa5BsSyH+KxEqeQBAllHhccyMFVHtGtdMpF4W7IRWfZjFiQceJPChOeTsSDVUpER2T8FA93pr0L+QA==";
|
||||
};
|
||||
};
|
||||
"temp-0.9.0" = {
|
||||
"temp-0.9.1" = {
|
||||
name = "temp";
|
||||
packageName = "temp";
|
||||
version = "0.9.0";
|
||||
version = "0.9.1";
|
||||
src = fetchurl {
|
||||
url = "https://registry.npmjs.org/temp/-/temp-0.9.0.tgz";
|
||||
sha512 = "YfUhPQCJoNQE5N+FJQcdPz63O3x3sdT4Xju69Gj4iZe0lBKOtnAMi0SLj9xKhGkcGhsxThvTJ/usxtFPo438zQ==";
|
||||
url = "https://registry.npmjs.org/temp/-/temp-0.9.1.tgz";
|
||||
sha512 = "WMuOgiua1xb5R56lE0eH6ivpVmg/lq2OHm4+LtT/xtEtPQ+sz6N3bBM6WZ5FvO1lO4IKIOb43qnhoc4qxP5OeA==";
|
||||
};
|
||||
};
|
||||
"tough-cookie-2.4.3" = {
|
||||
|
@ -1320,7 +1320,7 @@ in
|
|||
sources."gauge-2.7.4"
|
||||
sources."getpass-0.1.7"
|
||||
sources."glob-7.1.5"
|
||||
sources."graceful-fs-4.2.2"
|
||||
sources."graceful-fs-4.2.3"
|
||||
sources."har-schema-2.0.0"
|
||||
sources."har-validator-5.1.3"
|
||||
sources."has-unicode-2.0.1"
|
||||
|
@ -1417,7 +1417,7 @@ in
|
|||
})
|
||||
sources."strip-ansi-3.0.1"
|
||||
sources."tar-4.4.13"
|
||||
sources."temp-0.9.0"
|
||||
sources."temp-0.9.1"
|
||||
(sources."tough-cookie-2.4.3" // {
|
||||
dependencies = [
|
||||
sources."punycode-1.4.1"
|
||||
|
|
Loading…
Reference in a new issue