intel-compute-runtime: 25.22.33944.8 -> 25.27.34303.6

Changelog: https://github.com/intel/compute-runtime/releases/tag/25.27.34303.5
This commit is contained in:
Sandro Jäckel 2025-08-05 15:58:05 +02:00
parent 1a4d040534
commit 83cbd824a1
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "intel-compute-runtime";
version = "25.22.33944.8";
version = "25.27.34303.6";
src = fetchFromGitHub {
owner = "intel";
repo = "compute-runtime";
tag = version;
hash = "sha256-Sz9ELQkSq6CQOfoTlzJoUzj/GuHwQMgtUjmC0P2uzro=";
hash = "sha256-AgdPhEAg9N15lNfcX/zQLxBUDTzEEvph+y0FYbB6iCs=";
};
nativeBuildInputs = [