tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
nodejs_21: 21.3.0 -> 21.4.0
Qusic
2 years ago
42b0713b
aa9d4729
+3
-3
2 changed files
expand all
collapse all
unified
split
pkgs
development
web
nodejs
update.nix
v21.nix
+1
-1
pkgs/development/web/nodejs/update.nix
reviewed
···
25
25
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$)"`
26
26
hash=`nix-hash --type sha256 --to-base32 ''${hash_hex}`
27
27
28
28
-
update-source-version nodejs-${majorVersion}_x "''${version}" "''${hash}"
28
28
+
update-source-version nodejs_${majorVersion} "''${version}" "''${hash}"
29
29
''
+2
-2
pkgs/development/web/nodejs/v21.nix
reviewed
···
8
8
in
9
9
buildNodejs {
10
10
inherit enableNpm;
11
11
-
version = "21.3.0";
12
12
-
sha256 = "sha256-q0Fy7IJ/dwxsO0tvMIJBBBN+2kdISOhNVe1Vs0HmdyU=";
11
11
+
version = "21.4.0";
12
12
+
sha256 = "17274m7w6wxhfwwshc0nj34682pqqkpjxgn5b1rjsq2lfr9gd03s";
13
13
patches = [
14
14
./revert-arm64-pointer-auth.patch
15
15
./disable-darwin-v8-system-instrumentation-node19.patch