Skip to content

Commit

Permalink
nodejs: use https for downloading
Browse files Browse the repository at this point in the history
(cherry picked from commit 36b5ffa)
  • Loading branch information
marsam authored and samueldr committed Sep 11, 2018
1 parent fce2d40 commit ad5046d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/web/nodejs/nodejs.nix
Expand Up @@ -42,7 +42,7 @@ in
name = "${baseName}-${version}";

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;
};

Expand Down

0 comments on commit ad5046d

Please sign in to comment.