about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/intel-compute-runtime
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@sap.com>2023-02-28 17:45:05 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2023-03-01 00:46:18 +0100
commit87dbe5e60fed9dfd00ca0e9ebd3011e109c3627a (patch)
tree9f58d7c606080f07539456da7dbd974e4ee310e1 /pkgs/os-specific/linux/intel-compute-runtime
parenta798ab89a54c709f13d697da992712d50ba1824a (diff)
intel-compute-runtime: 22.43.24595.41 -> 22.49.25018.24
Diffstat (limited to 'pkgs/os-specific/linux/intel-compute-runtime')
-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 5ff7529d239d7..3380eeb88166b 100644
--- a/pkgs/os-specific/linux/intel-compute-runtime/default.nix
+++ b/pkgs/os-specific/linux/intel-compute-runtime/default.nix
@@ -13,13 +13,13 @@
 
 stdenv.mkDerivation rec {
   pname = "intel-compute-runtime";
-  version = "22.43.24595.41";
+  version = "22.49.25018.24";
 
   src = fetchFromGitHub {
     owner = "intel";
     repo = "compute-runtime";
     rev = version;
-    sha256 = "sha256-AdAQX8wurZjXHf3z8IPxnW57CDOwwYlgJ09dNNDhUYQ=";
+    sha256 = "sha256-/onHHIG5jWFObC8pSjpFMadjwaAN6vMNjAsj8/D3qNw=";
   };
 
   patches = [