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:
parent
9a080ceff2
commit
4e7dacd5d9
|
@ -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 ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue