Merge pull request #62710 from marsam/update-nodejs-12_x

nodejs-12_x: 12.3.1 -> 12.4.0
This commit is contained in:
Maximilian Bosch 2019-06-05 02:31:09 +02:00 committed by GitHub
commit bf1b907a77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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