nodejs-12_x: 12.18.2 -> 12.18.3

https://github.com/nodejs/node/releases/tag/v12.18.3
This commit is contained in:
Mario Rodas 2020-07-22 19:54:41 -05:00
parent 68f6620623
commit fa2b5215d0
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027

View File

@ -8,6 +8,6 @@ let
in
buildNodejs {
inherit enableNpm;
version = "12.18.2";
sha256 = "1wnxab2shqgs5in0h39qy2fc7f32pcz4gl9i2mj1001pfani1g9q";
version = "12.18.3";
sha256 = "03hdds6ghlmbz8q61alqj18pdnyd6hxmbhiws4pl51wlawk805bi";
}