mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 17:39:34 +00:00
nodejs-6_x: 6.2.0 -> 6.2.2
This commit is contained in:
parent
8ab188eb16
commit
1d6cb3a119
|
@ -4,9 +4,9 @@
|
||||||
}@args:
|
}@args:
|
||||||
|
|
||||||
import ./nodejs.nix (args // rec {
|
import ./nodejs.nix (args // rec {
|
||||||
version = "6.2.0";
|
version = "6.2.2";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://nodejs.org/download/release/v${version}/node-v${version}.tar.xz";
|
url = "https://nodejs.org/download/release/v${version}/node-v${version}.tar.xz";
|
||||||
sha256 = "14p4ah9gsgifj25g2akp7kyqhnqvq726n74h4rfj7wnidxhgwcw6";
|
sha256 = "2dfeeddba750b52a528b38a1c31e35c1fb40b19cf28fbf430c3c8c7a6517005a";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue