1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 20:21:14 +00:00

nodejs-13_x: 13.2.0 -> 13.3.0

Changelog: https://github.com/nodejs/node/releases/tag/v13.3.0
This commit is contained in:
Mario Rodas 2019-12-03 17:00:00 -05:00
parent 9a080ceff2
commit 4e7dacd5d9
No known key found for this signature in database
GPG key ID: 4C4BEFD7B18DC5E8

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 ];
}