Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dfa5a2bbc317
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2718feae6f4d
Choose a head ref
  • 1 commit
  • 4 files changed
  • 1 contributor

Commits on Nov 6, 2018

  1. nodePackages.ttf2eot: init at 2.0.0

    fixes #49575
    arromer authored and Mic92 committed Nov 6, 2018
    Copy the full SHA
    2718fea View commit details
12 changes: 6 additions & 6 deletions pkgs/development/node-packages/node-packages-v10.nix
Original file line number Diff line number Diff line change
@@ -1881,17 +1881,17 @@ let
packageName = "tar";
version = "2.2.1";
src = fetchurl {
url = "https://registry.npmjs.org/tar/-/tar-2.2.1.tgz";
url = "http://registry.npmjs.org/tar/-/tar-2.2.1.tgz";
sha1 = "8e4d2a256c0e2185c6b18ad694aec968b83cb1d1";
};
};
"tar-4.4.6" = {
"tar-4.4.7" = {
name = "tar";
packageName = "tar";
version = "4.4.6";
version = "4.4.7";
src = fetchurl {
url = "https://registry.npmjs.org/tar/-/tar-4.4.6.tgz";
sha512 = "tMkTnh9EdzxyfW+6GK6fCahagXsnYk6kE6S9Gr9pjVdys769+laCTbodXDhPAjzVtEBazRgP0gYqOjnk9dQzLg==";
url = "https://registry.npmjs.org/tar/-/tar-4.4.7.tgz";
sha512 = "mR3MzsCdN0IEWjZRuF/J9gaWHnTwOvzjqPTcvi1xXgfKTDQRp39gRETPQEfPByAdEOGmZfx1HrRsn8estaEvtA==";
};
};
"to-object-path-0.3.0" = {
@@ -2575,7 +2575,7 @@ in
sources."string_decoder-1.1.1"
sources."strip-ansi-3.0.1"
sources."strip-json-comments-2.0.1"
sources."tar-4.4.6"
sources."tar-4.4.7"
sources."util-deprecate-1.0.2"
sources."wide-align-1.1.3"
sources."wrappy-1.0.2"
12 changes: 6 additions & 6 deletions pkgs/development/node-packages/node-packages-v6.nix
Original file line number Diff line number Diff line change
@@ -1881,17 +1881,17 @@ let
packageName = "tar";
version = "2.2.1";
src = fetchurl {
url = "https://registry.npmjs.org/tar/-/tar-2.2.1.tgz";
url = "http://registry.npmjs.org/tar/-/tar-2.2.1.tgz";
sha1 = "8e4d2a256c0e2185c6b18ad694aec968b83cb1d1";
};
};
"tar-4.4.6" = {
"tar-4.4.7" = {
name = "tar";
packageName = "tar";
version = "4.4.6";
version = "4.4.7";
src = fetchurl {
url = "https://registry.npmjs.org/tar/-/tar-4.4.6.tgz";
sha512 = "tMkTnh9EdzxyfW+6GK6fCahagXsnYk6kE6S9Gr9pjVdys769+laCTbodXDhPAjzVtEBazRgP0gYqOjnk9dQzLg==";
url = "https://registry.npmjs.org/tar/-/tar-4.4.7.tgz";
sha512 = "mR3MzsCdN0IEWjZRuF/J9gaWHnTwOvzjqPTcvi1xXgfKTDQRp39gRETPQEfPByAdEOGmZfx1HrRsn8estaEvtA==";
};
};
"to-object-path-0.3.0" = {
@@ -2575,7 +2575,7 @@ in
sources."string_decoder-1.1.1"
sources."strip-ansi-3.0.1"
sources."strip-json-comments-2.0.1"
sources."tar-4.4.6"
sources."tar-4.4.7"
sources."util-deprecate-1.0.2"
sources."wide-align-1.1.3"
sources."wrappy-1.0.2"
1 change: 1 addition & 0 deletions pkgs/development/node-packages/node-packages-v8.json
Original file line number Diff line number Diff line change
@@ -120,6 +120,7 @@
, "tiddlywiki"
, "titanium"
, "triton"
, "ttf2eot"
, "typescript"
, "typings"
, "uglify-js"
Loading