summary refs log tree commit diff
path: root/pkgs/os-specific/linux/intel-compute-runtime/default.nix
diff options
context:
space:
mode:
authorrowanG077 <goemansrowan@gmail.com>2021-10-23 22:24:17 +0200
committerrowanG077 <goemansrowan@gmail.com>2021-10-27 15:16:30 +0200
commitc6791b730ba50a0838e6b9c9dc585c324ca1d14d (patch)
tree47bf9bc4b6d6e897483809d152d00cbbadaf82b0 /pkgs/os-specific/linux/intel-compute-runtime/default.nix
parent0eb2ab9fc73046a98f875d046edd0a3c866292f9 (diff)
downloadnixpkgs-c6791b730ba50a0838e6b9c9dc585c324ca1d14d.tar
nixpkgs-c6791b730ba50a0838e6b9c9dc585c324ca1d14d.tar.gz
nixpkgs-c6791b730ba50a0838e6b9c9dc585c324ca1d14d.tar.bz2
nixpkgs-c6791b730ba50a0838e6b9c9dc585c324ca1d14d.tar.lz
nixpkgs-c6791b730ba50a0838e6b9c9dc585c324ca1d14d.tar.xz
nixpkgs-c6791b730ba50a0838e6b9c9dc585c324ca1d14d.tar.zst
nixpkgs-c6791b730ba50a0838e6b9c9dc585c324ca1d14d.zip
intel-compute-runtime: 20.34.17727 -> 21.42.21270
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 980b1fad0df..1d1d5667fe9 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 = "20.34.17727";
+  version = "21.42.21270";
 
   src = fetchFromGitHub {
     owner = "intel";
     repo = "compute-runtime";
     rev = version;
-    sha256 = "19scbbr6jf3yp2v7z8xyzzm01g44jym7xfkf1dz64d5nhvjw6ig5";
+    sha256 = "N9MsDcsL8kBWxfZjhukcxZiSJnXxqMgWF0etOhf2/AE=";
   };
 
   nativeBuildInputs = [ cmake pkg-config ];