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

intel-compute-runtime: 22.43.24595.35 -> 22.43.24595.41
This commit is contained in:
Weijia Wang 2023-01-22 22:04:59 +01:00 committed by GitHub
commit 9692479ae8
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.24595.35";
version = "22.43.24595.41";
src = fetchFromGitHub {
owner = "intel";
repo = "compute-runtime";
rev = version;
sha256 = "sha256-CWiWkv3CmHhXAk2M92voeQ06ximSOnT9hgIA4rIxWmM=";
sha256 = "sha256-AdAQX8wurZjXHf3z8IPxnW57CDOwwYlgJ09dNNDhUYQ=";
};
nativeBuildInputs = [ cmake pkg-config ];