From 42bce304e1f8c36281b080ea056011e4fe1f6f80 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Sat, 20 Jun 2026 16:32:17 +0200 Subject: [PATCH] guix: update clang to 22.1.8 --- contrib/guix/manifest.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/guix/manifest.scm b/contrib/guix/manifest.scm index 4750d1c11..96167eb20 100644 --- a/contrib/guix/manifest.scm +++ b/contrib/guix/manifest.scm @@ -284,7 +284,7 @@ chain for " target " development.")) xz ; used to unpack freebsd_base gcc-toolchain-15 (list gcc-toolchain-15 "static") - clang-toolchain-21 + clang-toolchain-22 binutils)) ((string-contains target "android") (list @@ -294,7 +294,7 @@ chain for " target " development.")) ((string-contains target "darwin") (list gcc-toolchain-15 - clang-toolchain-21 - lld-21 - (make-lld-wrapper lld-21 #:lld-as-ld? #t))) + clang-toolchain-22 + lld-22 + (make-lld-wrapper lld-22 #:lld-as-ld? #t))) (else '())))))