gcc: Switch a patch to the upstream source

Same exact patch, just from upstream instead
This commit is contained in:
Silvan Mosberger
2025-06-03 18:43:40 +04:00
committed by Alexander Bantyev
parent a9d7c5ee5f
commit 1636888349
@@ -324,7 +324,8 @@ in
&& (!lib.systems.equals targetPlatform buildPlatform)
)
(fetchpatch {
url = "https://raw.githubusercontent.com/richard-vd/musl-cross-make/5e9e87f06fc3220e102c29d3413fbbffa456fcd6/patches/gcc-${version}/0008-darwin-aarch64-self-host-driver.patch";
name = "0008-darwin-aarch64-self-host-driver.patch";
url = "https://github.com/gcc-mirror/gcc/commit/834c8749ced550af3f17ebae4072fb7dfb90d271.diff";
sha256 = "sha256-XtykrPd5h/tsnjY1wGjzSOJ+AyyNLsfnjuOZ5Ryq9vA=";
})