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: a859ce551b33
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0a3561a969cf
Choose a head ref
  • 9 commits
  • 5 files changed
  • 5 contributors

Commits on Jan 10, 2019

  1. libuv: 1.21.0 -> 1.23.0

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/libuv/versions.
    
    (cherry picked from commit 5a95b0b)
    R. RyanTM authored and adisbladis committed Jan 10, 2019

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    0baa330 View commit details
  2. libuv: 1.23.0 -> 1.23.1 (#47763)

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/libuv/versions
    
    (cherry picked from commit ef93155)
    r-ryantm authored and adisbladis committed Jan 10, 2019

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    1515377 View commit details
  3. libuv: 1.23.1 -> 1.23.2

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/libuv/versions
    
    (cherry picked from commit 1699401)
    r-ryantm authored and adisbladis committed Jan 10, 2019

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    692c5df View commit details
  4. http-parser: 2.8.1 -> 2.9.0

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/http-parser/versions
    
    (cherry picked from commit 5b9ad12)
    r-ryantm authored and adisbladis committed Jan 10, 2019

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    35a07f6 View commit details
  5. nodejs-6_x: 6.14.4 -> 6.16.0

    (cherry picked from commit 39bec39)
    marsam authored and adisbladis committed Jan 10, 2019

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    9ebc5f6 View commit details
  6. nodejs-8_x: 8.11.4 -> 8.15.0

    (cherry picked from commit bf84722)
    marsam authored and adisbladis committed Jan 10, 2019

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    eeb3ca3 View commit details
  7. nodejs-10_x: 10.12.0 -> 10.15.0

    (cherry picked from commit 4c917c6)
    marsam authored and adisbladis committed Jan 10, 2019

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    3bd7f31 View commit details

Commits on Feb 7, 2019

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    160e2f7 View commit details

Commits on Feb 12, 2019

  1. Merge pull request #53375 from adisbladis/nodejs-backports

    Backport nodejs from #53270
    adisbladis authored Feb 12, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    0a3561a View commit details
4 changes: 2 additions & 2 deletions pkgs/development/libraries/http-parser/default.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{ stdenv, fetchurl, python2Packages, utillinux, fixDarwinDylibNames }:

let
version = "2.8.1";
version = "2.9.0";
in stdenv.mkDerivation {
name = "http-parser-${version}";

src = fetchurl {
url = "https://github.com/joyent/http-parser/archive/v${version}.tar.gz";
sha256 = "15ids8k2f0xhnnxh4m85w2f78pg5ndiwrpl24kyssznnp1l5yqai";
sha256 = "0gv1dhzwlv1anbzrba20l39gzzmz818yv8jbclbls268aj62c9pg";
};

patches = [ ./build-shared.patch ];
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libuv/default.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{ stdenv, lib, fetchpatch, fetchFromGitHub, autoconf, automake, libtool, pkgconfig }:

stdenv.mkDerivation rec {
version = "1.21.0";
version = "1.23.2";
name = "libuv-${version}";

src = fetchFromGitHub {
owner = "libuv";
repo = "libuv";
rev = "v${version}";
sha256 = "1jjg34ppnlrnb634q9mla7whl7rm9xmjgnzckrznqcycwzir074b";
sha256 = "1xfggj0mbbshj7zyccnfw7wyk42qfg4ng3l4aslw014mg8gaskv7";
};

patches = [
4 changes: 2 additions & 2 deletions pkgs/development/web/nodejs/v10.nix
Original file line number Diff line number Diff line change
@@ -5,6 +5,6 @@ let
in
buildNodejs {
inherit enableNpm;
version = "10.9.0";
sha256 = "00hdachbmcf9pyd1iksprsi5mddwp6z59mb3lr81z8ynfbmzhzni";
version = "10.15.0";
sha256 = "0gnygq4n7aar4jrynnnslxhlrlrml9f1n9passvj2fxqfi6b6ykr";
}
4 changes: 2 additions & 2 deletions pkgs/development/web/nodejs/v6.nix
Original file line number Diff line number Diff line change
@@ -5,6 +5,6 @@ let
in
buildNodejs {
inherit enableNpm;
version = "6.15.1";
sha256 = "1hi9h54ni7m1lmhfqvwxdny969j31mixxlxsiyl00l2bj25fbgf3";
version = "6.16.0";
sha256 = "0ikmpn1kvp5q8andmiyhpr99zniqs86sdlfk31sj3k0wvalq420d";
}
4 changes: 2 additions & 2 deletions pkgs/development/web/nodejs/v8.nix
Original file line number Diff line number Diff line change
@@ -5,6 +5,6 @@ let
in
buildNodejs {
inherit enableNpm;
version = "8.14.1";
sha256 = "16vb5baw6nk71n7jfbyd9x8qi0kbkzv2bw1rczy7dyyz7n08gpxi";
version = "8.15.0";
sha256 = "0cy6lzk9sn545kkc0jviv0k0hn30kindrpkkkmv3zk2774rj71cn";
}