summary refs log tree commit diff
path: root/pkgs/os-specific/linux/intel-compute-runtime
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-09-05 02:17:41 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-09-05 02:17:41 +0000
commitc695c6d3a545232789a6fae8a81c1faf4d57e387 (patch)
treec36aef0fa15bfead151147a8f36edf757a9005c0 /pkgs/os-specific/linux/intel-compute-runtime
parentb23f1442c5e92d1509bde5ca02349acb7fa9106f (diff)
downloadnixpkgs-c695c6d3a545232789a6fae8a81c1faf4d57e387.tar
nixpkgs-c695c6d3a545232789a6fae8a81c1faf4d57e387.tar.gz
nixpkgs-c695c6d3a545232789a6fae8a81c1faf4d57e387.tar.bz2
nixpkgs-c695c6d3a545232789a6fae8a81c1faf4d57e387.tar.lz
nixpkgs-c695c6d3a545232789a6fae8a81c1faf4d57e387.tar.xz
nixpkgs-c695c6d3a545232789a6fae8a81c1faf4d57e387.tar.zst
nixpkgs-c695c6d3a545232789a6fae8a81c1faf4d57e387.zip
intel-compute-runtime: 20.33.17675 -> 20.34.17727
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 bba3549daf6..41e160b23e9 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.33.17675";
+  version = "20.34.17727";
 
   src = fetchFromGitHub {
     owner = "intel";
     repo = "compute-runtime";
     rev = version;
-    sha256 = "1ckzspf05skdrjh947gv96finxbv5dpgc84hppm5pdsp5q70iyxp";
+    sha256 = "19scbbr6jf3yp2v7z8xyzzm01g44jym7xfkf1dz64d5nhvjw6ig5";
   };
 
   nativeBuildInputs = [ cmake pkgconfig ];