Merge pull request #86362 from marsam/update-nodejs-13_x
nodejs-13_x: 13.13.0 -> 13.14.0
This commit is contained in:
commit
40b3995d53
@ -1,13 +1,13 @@
|
|||||||
{ callPackage, openssl, icu, python3, enableNpm ? true }:
|
{ callPackage, openssl, icu, python3, enableNpm ? true }:
|
||||||
|
|
||||||
let
|
let
|
||||||
buildNodejs = callPackage ./nodejs.nix {
|
buildNodejs = callPackage ./nodejs.nix {
|
||||||
inherit openssl icu;
|
inherit openssl icu;
|
||||||
python = python3;
|
python = python3;
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
buildNodejs {
|
buildNodejs {
|
||||||
inherit enableNpm;
|
inherit enableNpm;
|
||||||
version = "13.13.0";
|
version = "13.14.0";
|
||||||
sha256 = "0wy7d2alli59gwl73hpaf3bz1wxkkcw5yjsgyz42695fz86p64b7";
|
sha256 = "1gi9nl99wsiqpwm266jdsa8g6rmjw4wqwgrkx9f2qk1y3hjcs0vf";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user