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

nodejs-13_x: 13.3.0 -> 13.5.0
This commit is contained in:
Mario Rodas 2019-12-18 16:55:37 -05:00 committed by GitHub
commit 637a2d9ca8
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.3.0";
sha256 = "0j36jf0ybq470w91kzg28bcmxlml7ccl4swwklb6x1ibkz697np7";
version = "13.5.0";
sha256 = "1ng959fm8ls222mmn2vpkw4n4jba02qigpxc8p85jxfj36dsq4ak";
patches = stdenv.lib.optionals stdenv.isDarwin [ ./disable-libatomic-darwin.patch ];
}