Merge pull request #46507 from marsam/feature/update-nodejs
nodejs: 6.14.3 -> 6.14.4
This commit is contained in:
commit
7df273e71d
@ -42,7 +42,7 @@ in
|
|||||||
name = "${baseName}-${version}";
|
name = "${baseName}-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://nodejs.org/dist/v${version}/node-v${version}.tar.xz";
|
url = "https://nodejs.org/dist/v${version}/node-v${version}.tar.xz";
|
||||||
inherit sha256;
|
inherit sha256;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -5,6 +5,6 @@ let
|
|||||||
in
|
in
|
||||||
buildNodejs {
|
buildNodejs {
|
||||||
inherit enableNpm;
|
inherit enableNpm;
|
||||||
version = "6.14.3";
|
version = "6.14.4";
|
||||||
sha256 = "1jbrfk875aimm65wni059rrydmhp4z0hrxskq3ci6jvykxr8gwg3";
|
sha256 = "03zc6jhid6jyi871zlcrkjqffmrpxh01z2xfsl3xp2vzg2czqjws";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user