about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2024-04-21 19:45:13 +0200
committerGitHub <noreply@github.com>2024-04-21 19:45:13 +0200
commit4b102e1df4f975bc78bce96c8c5390cd331b4152 (patch)
treeaa788859d5e2c42397e96d7f205530b73da1742e /pkgs/os-specific
parentf0811283dae9431f8bf83dff87d2c0207be04fe3 (diff)
parent910ecd57ed318cbe109dc3e01b81f807d65e6693 (diff)
Merge pull request #305374 from r-ryantm/auto-update/intel-compute-runtime
intel-compute-runtime: 24.09.28717.12 -> 24.13.29138.7
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 f4a250d4a84c8..e686e06804197 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 = "24.09.28717.12";
+  version = "24.13.29138.7";
 
   src = fetchFromGitHub {
     owner = "intel";
     repo = "compute-runtime";
     rev = version;
-    hash = "sha256-RzXV6icenMcQxmOfKA8Tpb6FigLXz3ZyoL0n16+jFRc=";
+    hash = "sha256-AMIuA1AMrSX0xpdGSfye8iUJTk5s9HDiRy9Yy3kZss8=";
   };
 
   nativeBuildInputs = [ cmake pkg-config ];