Merge pull request #204892 from SuperSandro2000/intel-compute-runtime

This commit is contained in:
Sandro 2022-12-07 22:47:09 +01:00 committed by GitHub
commit 316f19cb07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "intel-compute-runtime";
version = "22.43.24558";
version = "22.43.24595.35";
src = fetchFromGitHub {
owner = "intel";
repo = "compute-runtime";
rev = version;
sha256 = "sha256-/hiDJLtEOLbnFjT697yLie5E7819fZM3xricPwe4xN0=";
sha256 = "sha256-CWiWkv3CmHhXAk2M92voeQ06ximSOnT9hgIA4rIxWmM=";
};
nativeBuildInputs = [ cmake pkg-config ];