Randy Eckenrode 2026-05-07 18:16:31 -04:00
commit 7a1aca1601
No known key found for this signature in database
GPG key ID: 64C1CD4EC2A600D9
2 changed files with 5 additions and 4 deletions

View file

@ -18,7 +18,7 @@ let
libplatform = sourceRelease "libplatform";
xnu = sourceRelease "xnu";
xnu = sourceRelease "xnu"; # Cant use xnuHeaders because adv_cmds is a transitive dependency of xnuHeaders.
privateHeaders = stdenvNoCC.mkDerivation {
name = "system_cmds-deps-private-headers";
@ -71,10 +71,11 @@ let
install -D -t "$out/include/sys" \
'${xnu}/bsd/sys/csr.h' \
'${xnu}/bsd/sys/event_private.h' \
'${xnu}/bsd/sys/pgo.h' \
'${xnu}/bsd/sys/kdebug_private.h' \
'${xnu}/bsd/sys/kern_memorystatus.h' \
'${xnu}/bsd/sys/pgo.h' \
'${xnu}/bsd/sys/proc_info_private.h' \
'${xnu}/bsd/sys/proc_private.h' \
'${xnu}/bsd/sys/reason.h' \
'${xnu}/bsd/sys/resource.h' \
'${xnu}/bsd/sys/resource_private.h' \

View file

@ -264,8 +264,8 @@
"version": "329"
},
"system_cmds": {
"hash": "sha256-OYLCu2pPe10apZEK5kgINcEvxRFFPYquPzcRNkvtJKI=",
"version": "1039"
"hash": "sha256-zG5N06b1/X6bCPWFME10w8XoLqwGKvrAmNihLy0cxl4=",
"version": "1042.100.6.0.1"
},
"text_cmds": {
"hash": "sha256-SDH74Pwy/kPiApisuUFBrDVQ7swCsinMK7zkpm82rnw=",