Skip to content

Commit

Permalink
nodejs: 6.12.2 -> 6.12.3 (maintenance)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat authored and adisbladis committed Feb 12, 2018
1 parent 3389f23 commit 395fe7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/web/nodejs/v6.nix
Expand Up @@ -10,10 +10,10 @@ let
baseName = if enableNpm then "nodejs" else "nodejs-slim";
in
stdenv.mkDerivation (nodejs // rec {
version = "6.12.2";
version = "6.12.3";
name = "${baseName}-${version}";
src = fetchurl {
url = "https://nodejs.org/download/release/v${version}/node-v${version}.tar.xz";
sha256 = "1z6sn4b973sxw0h9hd38rjq6cqdkzl5gsd48f793abvarwgpqrrk";
sha256 = "1p6w7ngp95lc3ksyklp1mwyq1f02vz62r1h60g1ri00pl8pnfn0s";
};
})

0 comments on commit 395fe7f

Please sign in to comment.