nodejs-8_x: 8.9.1 -> 8.9.3

This commit is contained in:
adisbladis 2018-01-02 10:37:14 +01:00
parent ccb0b88577
commit 8a2a949258
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.1";
sha256 = "1q0p9zl260pd8038yvn13lw5whs480dy11ar2ijcm2hgyqhhq5pg";
version = "8.9.3";
sha256 = "1nmjwsdql92jh6y94jpqa8cmirw6cl3cvaiqdsjyd1bbm8xxp3bl";
patches = lib.optionals stdenv.isDarwin [ ./no-xcode-v7.patch ];
}