mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
nodejs: 8.3.0 -> 8.4.0
This commit is contained in:
parent
48291b066d
commit
c699694cbf
@ -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.3.0";
|
version = "8.4.0";
|
||||||
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 = "0lbfp7j73ig0xa3gh8wnl4g3lji7lm34l0ybfys4swl187c3da63";
|
sha256 = "0qgkccsldpdrjxwwq78z94hsqz6qivmi4n2738iiginw06hs4njx";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = stdenv.lib.optionals stdenv.isDarwin [ ./no-xcode-v7.patch ];
|
patches = stdenv.lib.optionals stdenv.isDarwin [ ./no-xcode-v7.patch ];
|
||||||
|
Loading…
Reference in New Issue
Block a user