nodejs-14_x: 14.20.1 -> 14.21.0

https://github.com/nodejs/node/releases/tag/v14.21.0
This commit is contained in:
Mario Rodas 2022-11-01 04:20:00 +00:00
parent b9c1542799
commit e94a8ee1d3

View file

@ -8,7 +8,7 @@ let
in
buildNodejs {
inherit enableNpm;
version = "14.20.1";
sha256 = "sha256-NlBX6mYZI8v6cb3XqNCs6d3/jSLUMa2SNV+EM87P8U0=";
version = "14.21.0";
sha256 = "sha256-O0vawbrMxUuu4uPbyre7Y1Ikxxbudu5Jqk9vVMKPeZE=";
patches = lib.optional stdenv.isDarwin ./bypass-xcodebuild.diff;
}