nodejs-16_x: 16.4.1 -> 16.4.2

https://github.com/nodejs/node/releases/tag/v16.4.2
This commit is contained in:
Mario Rodas 2021-07-05 04:20:00 +00:00
parent 3826b56c7e
commit 77f710d74c

View file

@ -8,6 +8,6 @@ let
in
buildNodejs {
inherit enableNpm;
version = "16.4.1";
sha256 = "1a1aygksmbafxvrs8g2jv0y1jj3cwyclk0qbqxkn5qfq5r1i943n";
version = "16.4.2";
sha256 = "048x4vznpi6dai6fripg0yk21kfxm9s2mw7jb0rzisyv5aw8v2dj";
}