nodejs-16_x: 16.4.0 -> 16.4.1

https://github.com/nodejs/node/releases/tag/v16.4.1
This commit is contained in:
Mario Rodas 2021-07-01 04:20:00 +00:00
parent 282c97bb27
commit 4f90b61a11

View file

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