Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

nodejs-6_x: 6.14.3 -> 6.14.4

(cherry picked from commit bfdfb73ff154967e80caa98e8717993b037383dd)

authored by Mario Rodas and committed by Andreas Rammhold 5f59ab7d dab31f2a

+2 -2
+2 -2
pkgs/development/web/nodejs/v6.nix
··· 5 in 6 buildNodejs { 7 inherit enableNpm; 8 - version = "6.14.3"; 9 - sha256 = "1jbrfk875aimm65wni059rrydmhp4z0hrxskq3ci6jvykxr8gwg3"; 10 patches = lib.optionals stdenv.isDarwin [ ./no-xcode.patch ./no-xcodebuild.patch ]; 11 }
··· 5 in 6 buildNodejs { 7 inherit enableNpm; 8 + version = "6.14.4"; 9 + sha256 = "03zc6jhid6jyi871zlcrkjqffmrpxh01z2xfsl3xp2vzg2czqjws"; 10 patches = lib.optionals stdenv.isDarwin [ ./no-xcode.patch ./no-xcodebuild.patch ]; 11 }