mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
nodejs-13_x: 13.1.0 -> 13.2.0
Changelog: https://github.com/nodejs/node/releases/tag/v13.2.0
This commit is contained in:
parent
1b13a8f2e7
commit
c4293e4703
@ -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 ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user