nodejs-14_x: 14.16.0 -> 14.16.1
https://github.com/nodejs/node/releases/tag/v14.16.1
This commit is contained in:
parent
2493c84369
commit
bfd326421e
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ let
|
|||
in
|
||||
buildNodejs {
|
||||
inherit enableNpm;
|
||||
version = "14.16.0";
|
||||
sha256 = "19nz2mhmn6ikahxqyna1dn25pb5v3z9vsz9zb2flb6zp2yk4hxjf";
|
||||
version = "14.16.1";
|
||||
sha256 = "1hxsk83g2plv6vv3ir1ngca0rwqdy3lq70r504d2qv3msszdnjp4";
|
||||
patches = lib.optional stdenv.isDarwin ./bypass-xcodebuild.diff;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue