Merge pull request #187107 from r-ryantm/auto-update/intel-compute-runtime

intel-compute-runtime: 22.31.23852 -> 22.32.23937
This commit is contained in:
Jonas Heinrich 2022-08-18 20:44:06 +02:00 committed by GitHub
commit 844552f5c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "intel-compute-runtime";
version = "22.31.23852";
version = "22.32.23937";
src = fetchFromGitHub {
owner = "intel";
repo = "compute-runtime";
rev = version;
sha256 = "sha256-YkuYW/RRRs3EYMcx2BOsEpyW3O3XzDltmIaBoqnZfhw=";
sha256 = "sha256-W+0EbrbF+jPtsf9QCMmSEX7HFDlfiRtD/kjeMJVqCoY=";
};
nativeBuildInputs = [ cmake pkg-config ];