summary refs log tree commit diff
path: root/pkgs/os-specific/linux/intel-compute-runtime
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2020-12-20 09:57:49 +0200
committerGitHub <noreply@github.com>2020-12-20 09:57:49 +0200
commitbc436535984e74a7e7d9f8cfbece4d654713c708 (patch)
tree46f3702c0030e12e5d6482b777b27df3757719cd /pkgs/os-specific/linux/intel-compute-runtime
parentd649d77c4cdd3d0449a5f0594c78c81123fd9fcf (diff)
parentc695c6d3a545232789a6fae8a81c1faf4d57e387 (diff)
downloadnixpkgs-bc436535984e74a7e7d9f8cfbece4d654713c708.tar
nixpkgs-bc436535984e74a7e7d9f8cfbece4d654713c708.tar.gz
nixpkgs-bc436535984e74a7e7d9f8cfbece4d654713c708.tar.bz2
nixpkgs-bc436535984e74a7e7d9f8cfbece4d654713c708.tar.lz
nixpkgs-bc436535984e74a7e7d9f8cfbece4d654713c708.tar.xz
nixpkgs-bc436535984e74a7e7d9f8cfbece4d654713c708.tar.zst
nixpkgs-bc436535984e74a7e7d9f8cfbece4d654713c708.zip
Merge pull request #97177 from r-ryantm/auto-update/intel-compute-runtime
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 e33a40e6a85..7b8c2197d70 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 ];