nodejs-12_x: 12.22.9 -> 12.22.10

https://github.com/nodejs/node/releases/tag/v12.22.10
This commit is contained in:
Mario Rodas 2022-02-12 04:20:00 +00:00
parent 4bbc7561c3
commit 8620427158

View File

@ -8,7 +8,7 @@ let
in
buildNodejs {
inherit enableNpm;
version = "12.22.9";
sha256 = "0jp2fdl73zj5lqjvw98i8pcf7m05cvjcab231zjvdhl4wl1jr66s";
version = "12.22.10";
sha256 = "sha256-rUyIkdVKLJu2r0NpVt7q1ZhrlpiwbmxtYW3kKc+1OTo=";
patches = lib.optional stdenv.isDarwin ./bypass-xcodebuild.diff;
}