Merge pull request #58514 from marsam/nodejs_11-update

nodejs-11_x: 11.11.0 -> 11.13.0
This commit is contained in:
Maximilian Bosch 2019-03-30 13:25:33 +01:00 committed by GitHub
commit d64080fd29
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 = "11.11.0";
sha256 = "1732jv95xza8813wk7qy22jxh2x9lnc9lr0rqkql7ggf03wymn56";
version = "11.13.0";
sha256 = "12n3bm21q8nm6wn116c0af8fpmxhaa7xd4srrba36q0zl4nra4bl";
}