nodejs-13_x: 13.13.0 -> 13.14.0

Changelog: https://github.com/nodejs/node/releases/tag/v13.14.0
This commit is contained in:
Mario Rodas 2020-04-29 17:33:00 -05:00
parent 9f351070a1
commit 3283e78f5b
No known key found for this signature in database
GPG key ID: 325649BCA6D53027

View file

@ -1,13 +1,13 @@
{ callPackage, openssl, icu, python3, enableNpm ? true }:
let
buildNodejs = callPackage ./nodejs.nix {
buildNodejs = callPackage ./nodejs.nix {
inherit openssl icu;
python = python3;
};
in
buildNodejs {
inherit enableNpm;
version = "13.13.0";
sha256 = "0wy7d2alli59gwl73hpaf3bz1wxkkcw5yjsgyz42695fz86p64b7";
version = "13.14.0";
sha256 = "1gi9nl99wsiqpwm266jdsa8g6rmjw4wqwgrkx9f2qk1y3hjcs0vf";
}