mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
nodejs-6_x: 6.14.4 -> 6.15.1
This commit is contained in:
parent
f27ee10a9e
commit
75b894af0f
1 changed files with 2 additions and 2 deletions
|
@ -5,6 +5,6 @@ let
|
|||
in
|
||||
buildNodejs {
|
||||
inherit enableNpm;
|
||||
version = "6.14.4";
|
||||
sha256 = "03zc6jhid6jyi871zlcrkjqffmrpxh01z2xfsl3xp2vzg2czqjws";
|
||||
version = "6.15.1";
|
||||
sha256 = "1hi9h54ni7m1lmhfqvwxdny969j31mixxlxsiyl00l2bj25fbgf3";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue