nodejs-12_x: 12.14.1 -> 12.15.0

Changelog: https://github.com/nodejs/node/releases/tag/v12.15.0
This commit is contained in:
Mario Rodas 2020-02-06 04:20:00 -05:00
parent f3dc056ff6
commit 181774386b
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027

View File

@ -5,8 +5,8 @@ let
in
buildNodejs {
inherit enableNpm;
version = "12.14.1";
sha256 = "1nvsivl496fgaypbk2pqqh7py29g7wsggyjlqydy1c0q4f24nyw7";
version = "12.15.0";
sha256 = "06x8sma4rxbw0mxj0l4438lfpv9abxmnw2ibamq1acng1jl4zyyj";
patches = stdenv.lib.optionals stdenv.isDarwin [ ./disable-libatomic-darwin.patch ];
}