mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 04:45:39 +00:00
Merge pull request #126950 from marsam/update-nodejs-14_x
nodejs-14_x: 14.17.0 -> 14.17.1
This commit is contained in:
commit
f11f724db0
@ -1,14 +1,13 @@
|
||||
{ callPackage, icu68, python3, lib, stdenv, enableNpm ? true }:
|
||||
{ callPackage, python3, lib, stdenv, enableNpm ? true }:
|
||||
|
||||
let
|
||||
buildNodejs = callPackage ./nodejs.nix {
|
||||
icu = icu68;
|
||||
python = python3;
|
||||
};
|
||||
in
|
||||
buildNodejs {
|
||||
inherit enableNpm;
|
||||
version = "14.17.0";
|
||||
sha256 = "1vf989canwcx0wdpngvkbz2x232yccp7fzs1vcbr60rijgzmpq2n";
|
||||
version = "14.17.1";
|
||||
sha256 = "0zr4b9gja8f9611rnmc9yacmh90bd76xv9ayikcyqdfzdpax5wfx";
|
||||
patches = lib.optional stdenv.isDarwin ./bypass-xcodebuild.diff;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user