intel-compute-runtime: 23.13.26032.30 -> 23.17.26241.15

This commit is contained in:
R. Ryantm 2023-05-31 17:51:26 +00:00
parent d4438bded8
commit eb58d1e928

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "intel-compute-runtime";
version = "23.13.26032.30";
version = "23.17.26241.15";
src = fetchFromGitHub {
owner = "intel";
repo = "compute-runtime";
rev = version;
sha256 = "sha256-KaU+11lY/chCySao1vLOejDJ9i4yjYWxaz0pzd8lWNY=";
sha256 = "sha256-A0gtSM6e+VcfcGG/6zReV2LIXq6tGbWIwDQFlQ2TW28=";
};
nativeBuildInputs = [ cmake pkg-config ];