mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-12 23:23:36 +00:00
nodejs_21: 21.7.1 -> 21.7.2
Changelog: https://github.com/nodejs/node/releases/tag/v21.7.2
This commit is contained in:
parent
e52ada4e6b
commit
17064f0793
@ -8,8 +8,8 @@ let
|
||||
in
|
||||
buildNodejs {
|
||||
inherit enableNpm;
|
||||
version = "21.7.1";
|
||||
sha256 = "sha256-EnK24SnVZNveF1J7hEIQuXHCCnCucpJoGGt8udmQpks=";
|
||||
version = "21.7.2";
|
||||
sha256 = "sha256-tLHioH6W+F9s40ovv+o0hpGu/lyyGappUeI8zJkfni8=";
|
||||
patches = [
|
||||
./disable-darwin-v8-system-instrumentation-node19.patch
|
||||
./bypass-darwin-xcrun-node16.patch
|
||||
|
Loading…
Reference in New Issue
Block a user