mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 20:02:14 +03:00
nodejs-13_x: 13.3.0 -> 13.5.0
Changelog: - https://github.com/nodejs/node/releases/tag/v13.4.0 - https://github.com/nodejs/node/releases/tag/v13.5.0
This commit is contained in:
parent
8185415b55
commit
e095d22de7
@ -5,8 +5,8 @@ let
|
|||||||
in
|
in
|
||||||
buildNodejs {
|
buildNodejs {
|
||||||
inherit enableNpm;
|
inherit enableNpm;
|
||||||
version = "13.3.0";
|
version = "13.5.0";
|
||||||
sha256 = "0j36jf0ybq470w91kzg28bcmxlml7ccl4swwklb6x1ibkz697np7";
|
sha256 = "1ng959fm8ls222mmn2vpkw4n4jba02qigpxc8p85jxfj36dsq4ak";
|
||||||
|
|
||||||
patches = stdenv.lib.optionals stdenv.isDarwin [ ./disable-libatomic-darwin.patch ];
|
patches = stdenv.lib.optionals stdenv.isDarwin [ ./disable-libatomic-darwin.patch ];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user