nodejs-14_x: 14.21.0 -> 14.21.1

https://github.com/nodejs/node/releases/tag/v14.21.1
This commit is contained in:
Mario Rodas 2022-11-04 04:20:00 +00:00
parent c4937f84a5
commit 7ce8eb28f0

View file

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