Merge pull request #127978 from marsam/update-nodejs-16_x

nodejs-16_x: 16.3.0 -> 16.4.0
This commit is contained in:
Sandro
2021-06-24 13:00:06 +02:00
committed by GitHub
+2 -2
View File
@@ -8,6 +8,6 @@ let
in
buildNodejs {
inherit enableNpm;
version = "16.3.0";
sha256 = "0pxcdy9i1iyxp4afmpaz30ajlwrj74y64jl3n9rjqw0r5jw4gavs";
version = "16.4.0";
sha256 = "07f8g3hs0v7nsdvzlsr1p4pzgb04qn54pnhmbdsgmmb41cp227pr";
}