elmPackages.nodejs: 14.19.3 -> 14.20.0

This commit is contained in:
R. Ryantm 2022-07-08 02:36:42 +00:00
parent 2c63e2ed1e
commit f62dd75433

View File

@ -7,7 +7,7 @@ let
in
buildNodejs {
inherit enableNpm;
version = "14.19.3";
sha256 = "sha256-XPRbHxrKd1I6zzYkDB1TqZknkHCncR6r8jNG+IsMyZQ=";
version = "14.20.0";
sha256 = "0slrcgiwwn8isp2ih5i2v1d6lsafz7bg6qwxf2lydlc9i14rhl1b";
patches = lib.optional stdenv.isDarwin ./bypass-xcodebuild.diff;
}