Merge pull request #201746 from marsam/update-nodejs-19_x

nodejs-19_x: 19.0.1 -> 19.1.0
This commit is contained in:
Mario Rodas 2022-11-18 05:02:11 -05:00 committed by GitHub
commit 9430c66b7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,8 +8,8 @@ let
in
buildNodejs {
inherit enableNpm;
version = "19.0.1";
sha256 = "sha256-7OXCjOtHY/Xn8nb4ySUbNiHh+m5FyULnV8TRUfi/AW0=";
version = "19.1.0";
sha256 = "sha256-Tqm6H5koFfuCOwIqYrYfU2Eh+XD+iMY5XH469OnPRqA=";
patches = [
(fetchpatch {
# Fixes cross compilation to aarch64-linux by reverting https://github.com/nodejs/node/pull/43200