From f4d38dda5ce767c8597ae6a2e9cd604d9caea87b Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Wed, 10 Dec 2025 08:21:45 +0100 Subject: Updating version --- modules/remote-sycl/.nix/derivation.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/remote-sycl/.nix/derivation.nix b/modules/remote-sycl/.nix/derivation.nix index 5839acb..47f6c02 100644 --- a/modules/remote-sycl/.nix/derivation.nix +++ b/modules/remote-sycl/.nix/derivation.nix @@ -6,7 +6,7 @@ , forstio , openmp , ocl-icd -, lld_17 +, lld_19 , python3 , bash , adaptive-cpp @@ -37,7 +37,7 @@ in stdenv.mkDerivation { adaptive-cpp ocl-icd openmp - lld_17 + lld_19 ]; buildPhase = '' -- cgit v1.2.3