forked from mirrors/nixpkgs
nodejs: 8.2.0 -> 8.2.1
This commit is contained in:
parent
7ea75395bc
commit
77ebd34459
|
@ -10,11 +10,11 @@ let
|
||||||
baseName = if enableNpm then "nodejs" else "nodejs-slim";
|
baseName = if enableNpm then "nodejs" else "nodejs-slim";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation (nodejs // rec {
|
stdenv.mkDerivation (nodejs // rec {
|
||||||
version = "8.2.0";
|
version = "8.2.1";
|
||||||
name = "${baseName}-${version}";
|
name = "${baseName}-${version}";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://nodejs.org/download/release/v${version}/node-v${version}.tar.xz";
|
url = "https://nodejs.org/download/release/v${version}/node-v${version}.tar.xz";
|
||||||
sha256 = "10a72gl24kzdhf598wnlpvld1lz175h6l9fsr06bc3k3fr8rgs2c";
|
sha256 = "12wcmm2g1zlihja41my5r06sla0s6ygvycxds1ryl3jl2j4nvi02";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = stdenv.lib.optionals stdenv.isDarwin [ ./no-xcode-v7.patch ];
|
patches = stdenv.lib.optionals stdenv.isDarwin [ ./no-xcode-v7.patch ];
|
||||||
|
|
Loading…
Reference in a new issue