Merge pull request #61932 from marsam/update-nodejs

nodejs: 8.15.1 -> 8.16.0, 12.2.0 -> 12.3.1
This commit is contained in:
Mario Rodas 2019-05-23 18:04:12 -05:00 committed by GitHub
commit 0cb3b61435
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -5,6 +5,6 @@ let
in
buildNodejs {
inherit enableNpm;
version = "12.2.0";
sha256 = "10vr8yqrvdmcaszg7l7cjchzzik709vcygcnpkjf2sjhz929glf5";
version = "12.3.1";
sha256 = "1zhb5nq9s6cshbm6lf7qsy310fcsiy9wdr869vs6hw76zyn50axs";
}

View File

@ -5,6 +5,6 @@ let
in
buildNodejs {
inherit enableNpm;
version = "8.15.1";
sha256 = "1ldd4p7cf7bjl4yg9d91khzd9662g3wda7g1yr0ljqjjyjiqcr3b";
version = "8.16.0";
sha256 = "0h3k5y51fyysqnqb8n5v5zxga937pipag49xzx6xr9b82phfh59m";
}