intel-compute-runtime: 23.43.27642.18 -> 23.48.27912.11

This commit is contained in:
R. Ryantm 2024-01-29 00:21:45 +00:00
parent 15fcb26b3c
commit 9e67b4305c

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "intel-compute-runtime";
version = "23.43.27642.18";
version = "23.48.27912.11";
src = fetchFromGitHub {
owner = "intel";
repo = "compute-runtime";
rev = version;
hash = "sha256-AXHNIWCezPYTzc+SXp1B4BzhfSfM2GUCpWLtCT1SE7I=";
hash = "sha256-9VKmD7FxvBrDVqT1TzKommjrTvalfR4diReaDRy+Lk0=";
};
nativeBuildInputs = [ cmake pkg-config ];