about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2023-07-02 01:51:31 +0200
committerGitHub <noreply@github.com>2023-07-02 01:51:31 +0200
commit0221c8d4299f4eb0bc1dd0712f4dd2ad36af7238 (patch)
tree8baab28e03fde052380e59c0f7b6910df1f7f0a4 /pkgs/os-specific
parentf5c560df566f09f212370b830551b70b0e425ee1 (diff)
parentd186c2cff96a714feb3ae3f8a173dbd7286feb67 (diff)
Merge pull request #240867 from r-ryantm/auto-update/intel-compute-runtime
intel-compute-runtime: 23.17.26241.15 -> 23.17.26241.24
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 fe1bb139a10b4..3dba3de332c25 100644
--- a/pkgs/os-specific/linux/intel-compute-runtime/default.nix
+++ b/pkgs/os-specific/linux/intel-compute-runtime/default.nix
@@ -12,13 +12,13 @@
 
 stdenv.mkDerivation rec {
   pname = "intel-compute-runtime";
-  version = "23.17.26241.15";
+  version = "23.17.26241.24";
 
   src = fetchFromGitHub {
     owner = "intel";
     repo = "compute-runtime";
     rev = version;
-    sha256 = "sha256-A0gtSM6e+VcfcGG/6zReV2LIXq6tGbWIwDQFlQ2TW28=";
+    sha256 = "sha256-FcI9bBJc23UlPP7qSBUc+t4e1X3UEJTYiy86N3KVWrs=";
   };
 
   nativeBuildInputs = [ cmake pkg-config ];