mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
nodejs: 6.14.2 -> 6.14.3
This commit is contained in:
parent
ec092b288f
commit
38ac2f63c3
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ let
|
|||
in
|
||||
buildNodejs {
|
||||
inherit enableNpm;
|
||||
version = "6.14.2";
|
||||
sha256 = "1lb2dpzamrag645l47gb33qqx8ppjimkb8gkczzwd5jymnr399dk";
|
||||
version = "6.14.3";
|
||||
sha256 = "1jbrfk875aimm65wni059rrydmhp4z0hrxskq3ci6jvykxr8gwg3";
|
||||
patches = lib.optionals stdenv.isDarwin [ ./no-xcode.patch ./no-xcodebuild.patch ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue