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:
parent
ca4dd035fb
commit
23f2ebf4cc
|
@ -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 ];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue