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

This commit is contained in:
Sandro 2024-01-29 13:37:11 +01:00 committed by GitHub
commit eb86b39576
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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