nodejs-14_x: 14.19.0 -> 14.19.1

https://github.com/nodejs/node/releases/tag/v14.19.1
This commit is contained in:
Mario Rodas 2022-03-19 04:20:00 +00:00
parent 527afbfeed
commit 53f4763fd1

View file

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