nodejs-12_x: 12.22.6 -> 12.22.7

(cherry picked from commit 611da87f3fc5cc26d42aede17aca8b10b6d7f327)
This commit is contained in:
R. RyanTM 2021-10-13 03:25:26 +00:00 committed by Mario Rodas
parent cae668bd06
commit 9a317d9513
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ let
in
buildNodejs {
inherit enableNpm;
version = "12.22.6";
sha256 = "0yhgkcp7lx5nglxsrybbjymx1fys3wkbbhkj6h6652gnp0b2y0n2";
version = "12.22.7";
sha256 = "0sszg3k5jd26hymqhs5328kvnxsb3x78sg4gpna9lrvh92s26snc";
patches = lib.optional stdenv.isDarwin ./bypass-xcodebuild.diff;
}