nodejs-12_x: 12.16.0 -> 12.16.1

Changelog: https://github.com/nodejs/node/releases/tag/v12.16.1
This commit is contained in:
Mario Rodas 2020-02-19 04:20:00 -05:00
parent d4c0e72071
commit 20e399e579
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027

View File

@ -5,6 +5,6 @@ let
in
buildNodejs {
inherit enableNpm;
version = "12.16.0";
sha256 = "09grij355z210mkzkzarb6gwz8b02lnaxzdll1249kiz8wvhdjdq";
version = "12.16.1";
sha256 = "0ba1dla31z6i31z3723l74nky1v04irwbl3iaqmi0iicl1dq958a";
}