nodejs-14_x: 14.19.1 -> 14.19.2

https://github.com/nodejs/node/releases/tag/v14.19.2
This commit is contained in:
Mario Rodas 2022-05-04 04:20:00 +00:00
parent 0ab6bcebc8
commit 70f212bb5b

View file

@ -7,7 +7,7 @@ let
in
buildNodejs {
inherit enableNpm;
version = "14.19.1";
sha256 = "sha256-4a4J3YYas5rwRIO7XA+lTd2CtrFVQ76aJ+pnBKi6ndk=";
version = "14.19.2";
sha256 = "sha256-70N1qRUv9p8oI9eyCjtTdnoEYWS7rHgkQpyyFtFojPA=";
patches = lib.optional stdenv.isDarwin ./bypass-xcodebuild.diff;
}