nodejs-12_x: 12.22.1 -> 12.22.2

https://github.com/nodejs/node/releases/tag/v12.22.2
(cherry picked from commit a7a66aa2ea8715d5ce043f24d408a21fedf83c5f)
This commit is contained in:
Mario Rodas 2021-07-01 04:20:00 +00:00
parent 1e27742a0c
commit 77f9266ab7
1 changed files with 2 additions and 2 deletions

View File

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