about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/intel-compute-runtime
diff options
context:
space:
mode:
authorrowanG077 <goemansrowan@gmail.com>2022-05-05 14:45:27 +0200
committerrowanG077 <goemansrowan@gmail.com>2022-05-05 14:45:27 +0200
commit2291838453cd4fc3622aa73270390fc86c4ebf3e (patch)
treefa292adabbb78ab839ce8d8436579312f49ef599 /pkgs/os-specific/linux/intel-compute-runtime
parent4b227488a13f9bd476b53cad2e2df8628efec485 (diff)
intel-compute-runtime: 21.42.21270 -> 22.17.23034
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 1d1d5667fe989..5c3154bf39df3 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 = "21.42.21270";
+  version = "22.17.23034";
 
   src = fetchFromGitHub {
     owner = "intel";
     repo = "compute-runtime";
     rev = version;
-    sha256 = "N9MsDcsL8kBWxfZjhukcxZiSJnXxqMgWF0etOhf2/AE=";
+    sha256 = "sha256-ae6kPiVQe3+hcqXVu2ncCaVQAoMKoDHifrkKpt6uWX8=";
   };
 
   nativeBuildInputs = [ cmake pkg-config ];