mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
darwin.libresolv: 93 -> 96
https://github.com/apple-oss-distributions/libresolv/compare/libresolv-93...libresolv-96
This commit is contained in:
parent
0d5d9a5129
commit
11e1634997
2 changed files with 8 additions and 5 deletions
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
mkAppleDerivation,
|
||||
sourceRelease,
|
||||
stdenvNoCC,
|
||||
|
|
@ -23,8 +22,12 @@ let
|
|||
'${dyld}/include/mach-o/dyld_priv.h'
|
||||
|
||||
substituteInPlace "$out/include/mach-o/dyld_priv.h" \
|
||||
--replace-fail ', bridgeos(3.0)' "" \
|
||||
--replace-fail '//@VERSION_DEFS@' 'const dyld_build_version_t dyld_2024_SU_E_os_versions = { 1 /* macOS */, 150400 };'
|
||||
--replace-fail ', bridgeos(3.0)' ""
|
||||
|
||||
cat <<EOF > "$out/include/mach-o/dyld_version_defines.h"
|
||||
#pragma once
|
||||
const dyld_build_version_t dyld_2024_SU_E_os_versions = { 1 /* macOS */, 150400 };
|
||||
EOF
|
||||
'';
|
||||
};
|
||||
in
|
||||
|
|
|
|||
|
|
@ -216,8 +216,8 @@
|
|||
"version": "539.100.4"
|
||||
},
|
||||
"libresolv": {
|
||||
"hash": "sha256-SDdF7foz8DFUXmXEznwusNMkXFHrPkdLWQM8xfxb0gc=",
|
||||
"version": "93"
|
||||
"hash": "sha256-MAfzoyww1UK0o5TJ7XI4A9vi1T09Nz6Yb9iMrS/wX78=",
|
||||
"version": "96"
|
||||
},
|
||||
"libutil": {
|
||||
"hash": "sha256-64+1CIRpYBon7skJRKdaXcxucPh9GrhAbUERhL2PLXA=",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue