summary refs log tree commit diff
path: root/pkgs/os-specific/linux/intel-compute-runtime/default.nix
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2023-09-26 01:49:30 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2023-09-26 01:49:30 +0200
commitc2fbd921730bf52a6c94fc36c5dbd8b8f25b12d0 (patch)
tree652925dcfd1bf51dd5768bd8446b2c4a351c6c79 /pkgs/os-specific/linux/intel-compute-runtime/default.nix
parentf4822bb295ea194a1278af287771c615636cbcbf (diff)
downloadnixpkgs-c2fbd921730bf52a6c94fc36c5dbd8b8f25b12d0.tar
nixpkgs-c2fbd921730bf52a6c94fc36c5dbd8b8f25b12d0.tar.gz
nixpkgs-c2fbd921730bf52a6c94fc36c5dbd8b8f25b12d0.tar.bz2
nixpkgs-c2fbd921730bf52a6c94fc36c5dbd8b8f25b12d0.tar.lz
nixpkgs-c2fbd921730bf52a6c94fc36c5dbd8b8f25b12d0.tar.xz
nixpkgs-c2fbd921730bf52a6c94fc36c5dbd8b8f25b12d0.tar.zst
nixpkgs-c2fbd921730bf52a6c94fc36c5dbd8b8f25b12d0.zip
intel-compute-runtime: 23.26.26690.22 -> 23.30.26918.20
Diff: https://github.com/intel/compute-runtime/compare/23.26.26690.22...23.30.26918.20
Diffstat (limited to 'pkgs/os-specific/linux/intel-compute-runtime/default.nix')
-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 c182b2f63eb..dacfb76eb9a 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.26.26690.22";
+  version = "23.30.26918.20";
 
   src = fetchFromGitHub {
     owner = "intel";
     repo = "compute-runtime";
     rev = version;
-    hash = "sha256-2ZFDnVfLYKNZbgFARYMWqLDjgH8aZY5SA3ZwQ85nPYo=";
+    hash = "sha256-dEznHRgAcJa/BBTD/AWJHlA7fNj2IXHHrYcKM4M+/1o=";
   };
 
   nativeBuildInputs = [ cmake pkg-config ];