about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2024-01-24 13:16:24 +0100
committerGitHub <noreply@github.com>2024-01-24 13:16:24 +0100
commita26e82d881a7e664111d4137e0d79185996e5e55 (patch)
tree153e614cae92bdbc2b22e412537d06c1ca68958b /pkgs/os-specific
parent95b3d7bd25adb7f4adbdb0356d975cb356d44f24 (diff)
parent5c33190276616d057cd8f6edd8e8edcabdaa6c57 (diff)
Merge pull request #283311 from r-ryantm/auto-update/intel-compute-runtime
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/intel-compute-runtime/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/intel-compute-runtime/default.nix b/pkgs/os-specific/linux/intel-compute-runtime/default.nix
index 0deb493a49b70..a8699684dbb71 100644
--- a/pkgs/os-specific/linux/intel-compute-runtime/default.nix
+++ b/pkgs/os-specific/linux/intel-compute-runtime/default.nix
@@ -11,13 +11,13 @@
 
 stdenv.mkDerivation rec {
   pname = "intel-compute-runtime";
-  version = "23.35.27191.9";
+  version = "23.43.27642.18";
 
   src = fetchFromGitHub {
     owner = "intel";
     repo = "compute-runtime";
     rev = version;
-    hash = "sha256-yyuP9erK3bQ5oegLXPM+of6x7fslUXHPlX2q71lnGWA=";
+    hash = "sha256-AXHNIWCezPYTzc+SXp1B4BzhfSfM2GUCpWLtCT1SE7I=";
   };
 
   nativeBuildInputs = [ cmake pkg-config ];