nodejs-16_x: 16.4.0 -> 16.4.1

https://github.com/nodejs/node/releases/tag/v16.4.1
(cherry picked from commit 4f90b61a11496e16d2e460301b73426ddd2be0b8)
This commit is contained in:
Mario Rodas 2021-07-01 04:20:00 +00:00
parent 3de5eef80f
commit 0cde4bf18f
1 changed files with 2 additions and 2 deletions

View File

@ -8,6 +8,6 @@ let
in
buildNodejs {
inherit enableNpm;
version = "16.4.0";
sha256 = "07f8g3hs0v7nsdvzlsr1p4pzgb04qn54pnhmbdsgmmb41cp227pr";
version = "16.4.1";
sha256 = "1a1aygksmbafxvrs8g2jv0y1jj3cwyclk0qbqxkn5qfq5r1i943n";
}