nodejs-12_x: 12.22.0 -> 12.22.1

https://github.com/nodejs/node/releases/tag/v12.22.1
This commit is contained in:
Mario Rodas 2021-04-07 04:20:00 +00:00
parent 5ed5e2a391
commit 2493c84369

View File

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