nodejs: use https for downloading
This commit is contained in:
parent
8ebb27d4a6
commit
36b5ffa40b
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user