nodejs-12_x: 12.22.2 -> 12.22.3

https://github.com/nodejs/node/releases/tag/v12.22.3
(cherry picked from commit 7ad92430427f4cf54aec3d0510446e71c1b93e3f)
This commit is contained in:
Mario Rodas 2021-07-05 04:20:00 +00:00
parent ca137ac841
commit f4ebd64916
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ let
in
buildNodejs {
inherit enableNpm;
version = "12.22.2";
sha256 = "1p281hdw3y32pnbfr7cdc9igv2yrzqg16pn4yj3g01pi3mbhbn3z";
version = "12.22.3";
sha256 = "143ihn30jd08nk19saxn6qp3ldc9yvy8w338i4cg9256wgx120im";
patches = lib.optional stdenv.isDarwin ./bypass-xcodebuild.diff;
}