nodejs-8_x: 8.9.3 -> 8.9.4

This commit is contained in:
adisbladis 2018-01-10 11:36:09 +08:00
parent 5350b0f669
commit 59ba2fe571
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.9.3";
sha256 = "1nmjwsdql92jh6y94jpqa8cmirw6cl3cvaiqdsjyd1bbm8xxp3bl";
version = "8.9.4";
sha256 = "0vy8rlg58kg75j4sw3xadmbrwxfa56iaykmjl18g9a8wkjfdxp3c";
patches = lib.optionals stdenv.isDarwin [ ./no-xcode-v7.patch ];
}