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

nodejs-12_x: 12.16.3 -> 12.17.0
This commit is contained in:
Mario Rodas
2020-05-27 08:48:10 -05:00
committed by GitHub

View File

@@ -8,6 +8,6 @@ let
in
buildNodejs {
inherit enableNpm;
version = "12.16.3";
sha256 = "18srfcv9zi39960szdnd4rgfj9w295z1agjvpw8arwn75449nmgh";
version = "12.17.0";
sha256 = "0csfdwzn1qssmkanxa8m3znjcc6h5qjaw934mkq9bz7zly39wvfa";
}