intel-compute-runtime: 22.31.23852 -> 22.32.23937

This commit is contained in:
R. Ryantm 2022-08-17 11:36:18 +00:00
parent 04c142749c
commit 1cbb508b8b

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 ];