nodejs: 4.4.6 -> 4.6.0

This commit is contained in:
Graham Christensen 2016-10-13 07:27:04 -04:00
parent 9a668ec58b
commit f9df1b5de0
No known key found for this signature in database
GPG key ID: FE918C3A98C1030F

View file

@ -4,9 +4,9 @@
}@args:
import ./nodejs.nix (args // rec {
version = "4.4.6";
version = "4.6.0";
src = fetchurl {
url = "http://nodejs.org/dist/v${version}/node-v${version}.tar.xz";
sha256 = "0f6bbfbea525469c91932b1aac35e0810e6bcda96f1c720e42a433942ee66106";
sha256 = "1566q1kkv8j30fgqx8sm2h8323f38wwpa1hfb10gr6z46jyhv4a2";
};
})