Merge pull request #46507 from marsam/feature/update-nodejs

nodejs: 6.14.3 -> 6.14.4
This commit is contained in:
adisbladis 2018-09-11 23:36:52 +08:00 committed by GitHub
commit 7df273e71d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -5,6 +5,6 @@ let
in
buildNodejs {
inherit enableNpm;
version = "6.14.3";
sha256 = "1jbrfk875aimm65wni059rrydmhp4z0hrxskq3ci6jvykxr8gwg3";
version = "6.14.4";
sha256 = "03zc6jhid6jyi871zlcrkjqffmrpxh01z2xfsl3xp2vzg2czqjws";
}