lol

Merge pull request #199071 from marsam/update-nodejs-14_x

nodejs-14_x: 14.20.1 -> 14.21.0

authored by

Mario Rodas and committed by
GitHub
6cd880e0 f575bea5

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