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

intel-compute-runtime: 22.32.23937 -> 22.34.24023
This commit is contained in:
Jonas Heinrich 2022-08-30 17:56:54 +02:00 committed by GitHub
commit fa6b4c3a74
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.32.23937";
version = "22.34.24023";
src = fetchFromGitHub {
owner = "intel";
repo = "compute-runtime";
rev = version;
sha256 = "sha256-W+0EbrbF+jPtsf9QCMmSEX7HFDlfiRtD/kjeMJVqCoY=";
sha256 = "sha256-stiFH1eNi+SlgL/Y2p5p+zLN8XeES/77yaG5fFpJges=";
};
nativeBuildInputs = [ cmake pkg-config ];