3
0
Fork 0
forked from mirrors/nixpkgs

nodejs-19_x: 19.0.1 -> 19.1.0

https://github.com/nodejs/node/releases/tag/v19.1.0
This commit is contained in:
Mario Rodas 2022-11-18 04:20:00 +00:00
parent 162f0dba2a
commit 4324d95bf9

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