nodejs-13_x: 13.0.1 -> 13.1.0
Changelog: https://github.com/nodejs/node/releases/tag/v13.1.0
This commit is contained in:
parent
c747894638
commit
72d6831f21
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ let
|
|||
in
|
||||
buildNodejs {
|
||||
inherit enableNpm;
|
||||
version = "13.0.1";
|
||||
sha256 = "1n9w1kvdzdg2j0a41wdkqcl893209lc018sd49xpy1cnr169h6vr";
|
||||
version = "13.1.0";
|
||||
sha256 = "0s6b2k7i89j9mxwyz271fvm6bf8jcz2v5kzmn0v5icrkpmn0ab6l";
|
||||
|
||||
patches = stdenv.lib.optionals stdenv.isDarwin [ ./disable-libatomic-darwin-13_x.patch ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue