nodejs_21: 21.3.0 -> 21.4.0

This commit is contained in:
Qusic 2023-12-16 22:08:49 +08:00
parent aa9d4729cb
commit 42b0713b5f
2 changed files with 3 additions and 3 deletions

View File

@ -25,5 +25,5 @@ writeScript "update-nodejs" ''
hash_hex=`gpgv --keyring=$HOME/.gnupg/pubring.kbx --output - $HOME/SHASUMS256.txt.asc | grep -oP "^([0-9a-f]{64})(?=\s+node-v''${version}.tar.xz$)"`
hash=`nix-hash --type sha256 --to-base32 ''${hash_hex}`
update-source-version nodejs-${majorVersion}_x "''${version}" "''${hash}"
update-source-version nodejs_${majorVersion} "''${version}" "''${hash}"
''

View File

@ -8,8 +8,8 @@ let
in
buildNodejs {
inherit enableNpm;
version = "21.3.0";
sha256 = "sha256-q0Fy7IJ/dwxsO0tvMIJBBBN+2kdISOhNVe1Vs0HmdyU=";
version = "21.4.0";
sha256 = "17274m7w6wxhfwwshc0nj34682pqqkpjxgn5b1rjsq2lfr9gd03s";
patches = [
./revert-arm64-pointer-auth.patch
./disable-darwin-v8-system-instrumentation-node19.patch