Merge pull request #180612 from r-ryantm/auto-update/elmPackages.nodejs

elmPackages.nodejs: 14.19.3 -> 14.20.0

authored by Mario Rodas and committed by GitHub 4eda2b26 7abecbac

+2 -2
+2 -2
pkgs/development/web/nodejs/v14.nix
··· 7 in 8 buildNodejs { 9 inherit enableNpm; 10 - version = "14.19.3"; 11 - sha256 = "sha256-XPRbHxrKd1I6zzYkDB1TqZknkHCncR6r8jNG+IsMyZQ="; 12 patches = lib.optional stdenv.isDarwin ./bypass-xcodebuild.diff; 13 }
··· 7 in 8 buildNodejs { 9 inherit enableNpm; 10 + version = "14.20.0"; 11 + sha256 = "0slrcgiwwn8isp2ih5i2v1d6lsafz7bg6qwxf2lydlc9i14rhl1b"; 12 patches = lib.optional stdenv.isDarwin ./bypass-xcodebuild.diff; 13 }