Merge pull request #74947 from marsam/update-node

nodejs-13_x: 13.2.0 -> 13.3.0
This commit is contained in:
Mario Rodas 2019-12-04 03:43:32 -05:00 committed by GitHub
commit 43570232b0
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.2.0";
sha256 = "0r0bbwnp77njhdmby7cs2g6yxfprri684s8h3gqq95ks7vgwgvhx";
version = "13.3.0";
sha256 = "0j36jf0ybq470w91kzg28bcmxlml7ccl4swwklb6x1ibkz697np7";
patches = stdenv.lib.optionals stdenv.isDarwin [ ./disable-libatomic-darwin.patch ];
}