nodejs: 9.6.1 -> 9.7.1

This commit is contained in:
Fatih Altinok 2018-03-06 15:12:38 +03:00
parent b19c50cec9
commit 399edfec52

View File

@ -5,7 +5,7 @@ let
in
buildNodejs {
inherit enableNpm;
version = "9.6.1";
sha256 = "04hi7lwdizwqqbyi77f4z12gnsh673h92brmbssrmw5kjx6h4k5q";
version = "9.7.1";
sha256 = "0hlhj817s5bji2qdghxkwxjj40kwkyzgax4zyv32r5pbl6af3yh6";
patches = lib.optionals stdenv.isDarwin [ ./no-xcode-v7.patch ];
}