From e08a7e743fdc61120647196c9faf6bdcfacfaab1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Tue, 27 Aug 2024 23:50:27 +0200 Subject: [PATCH] opencl-clang: unstable-2024-06-06 -> 14.0.0-unstable-2024-07-09 --- pkgs/development/libraries/opencl-clang/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/libraries/opencl-clang/default.nix b/pkgs/development/libraries/opencl-clang/default.nix index b906be979f57..341c3f3ecf57 100644 --- a/pkgs/development/libraries/opencl-clang/default.nix +++ b/pkgs/development/libraries/opencl-clang/default.nix @@ -53,14 +53,14 @@ let }; }; - version = "unstable-2024-06-06"; + version = "14.0.0-unstable-2024-07-09"; src = applyPatches { src = fetchFromGitHub { owner = "intel"; repo = "opencl-clang"; # https://github.com/intel/opencl-clang/compare/ocl-open-140 - rev = "66a54cbef6726c4e791986779a60d7a45b09c9c9"; - hash = "sha256-vM2IlF/e3b2GIXMaHYre+iQn4WKsFIU3x90Ee5KVHtI="; + rev = "470cf0018e1ef6fc92eda1356f5f31f7da452abc"; + hash = "sha256-Ja+vJ317HI3Nh45kcAMhyLVTIqyy6pE5KAsKs4ou9J8="; }; patches = [