1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 04:31:52 +00:00

nodejs-12_x: 12.22.8 -> 12.22.9

This commit is contained in:
Moritz Hedtke 2022-01-11 08:16:15 +00:00
parent 2cfe7ecbc9
commit d1de6589a4
No known key found for this signature in database
GPG key ID: 6794D45A488C2EDE

View file

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