mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
ld64: 951.9 -> 954.16
https://github.com/apple-oss-distributions/ld64/compare/ld64-951.9...ld64-954.16
This commit is contained in:
parent
18cbd7791d
commit
d91bce4ad5
1 changed files with 3 additions and 3 deletions
|
@ -40,7 +40,7 @@ let
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "ld64";
|
pname = "ld64";
|
||||||
version = "951.9";
|
version = "954.16";
|
||||||
|
|
||||||
outputs = [
|
outputs = [
|
||||||
"out"
|
"out"
|
||||||
|
@ -52,7 +52,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
owner = "apple-oss-distributions";
|
owner = "apple-oss-distributions";
|
||||||
repo = "ld64";
|
repo = "ld64";
|
||||||
tag = "ld64-${finalAttrs.version}";
|
tag = "ld64-${finalAttrs.version}";
|
||||||
hash = "sha256-hLkfqgBwVPlO4gfriYOawTO5E1zSD63ZcNetm1E5I70";
|
hash = "sha256-CVIyL2J9ISZnI4+r+wp4QtOb3+3Tmz2z2Z7/qeRqHS0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches =
|
patches =
|
||||||
|
@ -116,7 +116,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
echo 'static const char compile_stubs[] = "";' >> src/ld/compile_stubs.h
|
echo 'static const char compile_stubs[] = "";' >> src/ld/compile_stubs.h
|
||||||
'';
|
'';
|
||||||
|
|
||||||
xcodeHash = "sha256-+j7Ed/6aD46SJnr3DWPfWuYWylb2FNJRPmWsUVxZJHM=";
|
xcodeHash = "sha256-qip/1eiGn8PdLThonhPq3oq2veN4E1zOiamDPBfTeNE=";
|
||||||
xcodeProject = "ld64.xcodeproj";
|
xcodeProject = "ld64.xcodeproj";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue