nodejs-12_x: 12.22.2 -> 12.22.3

https://github.com/nodejs/node/releases/tag/v12.22.3
This commit is contained in:
Mario Rodas 2021-07-05 04:20:00 +00:00
parent 493b6b443a
commit 7ad9243042

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;
}