Merge pull request #73909 from marsam/update-nodejs-13_x

nodejs-13_x: 13.1.0 -> 13.2.0
This commit is contained in:
Mario Rodas 2019-11-22 22:39:18 -05:00 committed by GitHub
commit b339f29a27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,8 +5,8 @@ let
in
buildNodejs {
inherit enableNpm;
version = "13.1.0";
sha256 = "0s6b2k7i89j9mxwyz271fvm6bf8jcz2v5kzmn0v5icrkpmn0ab6l";
version = "13.2.0";
sha256 = "0r0bbwnp77njhdmby7cs2g6yxfprri684s8h3gqq95ks7vgwgvhx";
patches = stdenv.lib.optionals stdenv.isDarwin [ ./disable-libatomic-darwin.patch ];
}