nodejs-14_x: 14.21.0 -> 14.21.1

https://github.com/nodejs/node/releases/tag/v14.21.1

+2 -2
+2 -2
pkgs/development/web/nodejs/v14.nix
··· 8 8 in 9 9 buildNodejs { 10 10 inherit enableNpm; 11 - version = "14.21.0"; 12 - sha256 = "sha256-O0vawbrMxUuu4uPbyre7Y1Ikxxbudu5Jqk9vVMKPeZE="; 11 + version = "14.21.1"; 12 + sha256 = "sha256-PbldbKcolXvwkLYwGnqdLYBxSyoG2Jih22XG5Csdp6w="; 13 13 patches = lib.optional stdenv.isDarwin ./bypass-xcodebuild.diff; 14 14 }