Skip to content

Commit

Permalink
nodePackages.multi-file-swagger: init at 2.2.0
Browse files Browse the repository at this point in the history
fixes #28737
  • Loading branch information
Mic92 committed Aug 31, 2017
1 parent 4acdb40 commit 86e6e80
Show file tree
Hide file tree
Showing 3 changed files with 112 additions and 48 deletions.
10 changes: 5 additions & 5 deletions pkgs/development/node-packages/node-packages-v4.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4954,13 +4954,13 @@ let
sha512 = "2x19fs1qvg7ifsdvii4g8kqpa5hir1lm0k0y0fz6dhm5c8gh4z9il4wqczl078p2ikmrav23dmj86cxy8y1j22k4mv59d8qq6c8wx1n";
};
};
"supports-color-4.3.0" = {
"supports-color-4.4.0" = {
name = "supports-color";
packageName = "supports-color";
version = "4.3.0";
version = "4.4.0";
src = fetchurl {
url = "https://registry.npmjs.org/supports-color/-/supports-color-4.3.0.tgz";
sha512 = "3zlrvz89lkcf45xbbwx5lx216ics9xnmn7jg3rwlwfh6q2wrpd08xys3jj70c4qi6ipapd19n4brkz3nvzxi8fdlqj56rp0hd8vrzv1";
url = "https://registry.npmjs.org/supports-color/-/supports-color-4.4.0.tgz";
sha512 = "1flwwfdd7gg94xrc0b2ard3qjx4cpy600q49gx43y8pzvs7j56q78bjhv8mk18vgbggr4fd11jda8ck5cdrkc5jcjs04nlp7kwbg85c";
};
};
"color-convert-1.9.0" = {
Expand Down Expand Up @@ -8276,7 +8276,7 @@ in
];
})
sources."escape-string-regexp-1.0.5"
(sources."supports-color-4.3.0" // {
(sources."supports-color-4.4.0" // {
dependencies = [
sources."has-flag-2.0.0"
];
Expand Down
1 change: 1 addition & 0 deletions pkgs/development/node-packages/node-packages-v6.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
, "livedown"
, "meat"
, "mocha"
, "multi-file-swagger"
, "nijs"
, "node2nix"
, "node-gyp"
Expand Down

0 comments on commit 86e6e80

Please sign in to comment.