nodejs: 6.11.1 -> 6.11.4

This commit is contained in:
Fatih Altinok 2017-10-21 16:28:15 +03:00 committed by Robin Gloster
parent 1e56016cb9
commit e4f5477b6c

View File

@ -10,10 +10,10 @@ let
baseName = if enableNpm then "nodejs" else "nodejs-slim";
in
stdenv.mkDerivation (nodejs // rec {
version = "6.11.1";
version = "6.11.4";
name = "${baseName}-${version}";
src = fetchurl {
url = "https://nodejs.org/download/release/v${version}/node-v${version}.tar.xz";
sha256 = "6f6655b85919aa54cb045a6d69a226849802fcc26491d0db4ce59873e41cc2b8";
sha256 = "0l6lmid8wfvvbq391x0k19crs63zf6kkcln79fn3d088wcsh8bsc";
};
})