Mario Rodas 2 years ago
parent 527afbfeed
commit 53f4763fd1
  1. 4
      pkgs/development/web/nodejs/v14.nix

@ -7,7 +7,7 @@ let
in
buildNodejs {
inherit enableNpm;
version = "14.19.0";
sha256 = "sha256-6S6EYwDmEXVH036o1b0yJEwZsvzvyznhQgpHY39FAww=";
version = "14.19.1";
sha256 = "sha256-4a4J3YYas5rwRIO7XA+lTd2CtrFVQ76aJ+pnBKi6ndk=";
patches = lib.optional stdenv.isDarwin ./bypass-xcodebuild.diff;
}

Loading…
Cancel
Save