nodejs-8_x: 8.11.1 -> 8.11.2

This commit is contained in:
adisbladis 2018-05-26 13:13:47 +08:00
parent 480b9524d8
commit 092554e718
No known key found for this signature in database
GPG Key ID: ED58F95069B004F5

View File

@ -5,7 +5,7 @@ let
in
buildNodejs {
inherit enableNpm;
version = "8.11.1";
sha256 = "12kmsh5cl72dq5hzik1cczn2n5crbfqqd1xmrzqgryipx98yp9j0";
version = "8.11.2";
sha256 = "0ya9iz47d7ld4zb0aqym9cpxah0pzhsllhh7xmmmf28q7304d6ak";
patches = lib.optionals stdenv.isDarwin [ ./no-xcode-v7.patch ./no-xcodebuild.patch ];
}