nodejs-12_x: 12.14.0 -> 12.14.1

Changelog: https://github.com/nodejs/node/releases/tag/v12.14.1
This commit is contained in:
Mario Rodas 2020-01-07 18:00:00 -05:00
parent ca4dd035fb
commit 23f2ebf4cc
No known key found for this signature in database
GPG Key ID: 4C4BEFD7B18DC5E8
1 changed files with 2 additions and 2 deletions

View File

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