nodejs-14_x: 14.19.2 -> 14.19.3

https://github.com/nodejs/node/releases/tag/v14.19.3
This commit is contained in:
Mario Rodas 2022-05-17 04:20:00 +00:00
parent 3a20161a99
commit a5f35137c8

View file

@ -7,7 +7,7 @@ let
in
buildNodejs {
inherit enableNpm;
version = "14.19.2";
sha256 = "sha256-70N1qRUv9p8oI9eyCjtTdnoEYWS7rHgkQpyyFtFojPA=";
version = "14.19.3";
sha256 = "sha256-XPRbHxrKd1I6zzYkDB1TqZknkHCncR6r8jNG+IsMyZQ=";
patches = lib.optional stdenv.isDarwin ./bypass-xcodebuild.diff;
}