intel-compute-runtime: 23.26.26690.22 -> 23.30.26918.20

Diff: https://github.com/intel/compute-runtime/compare/23.26.26690.22...23.30.26918.20
This commit is contained in:
Sandro Jäckel 2023-09-26 01:49:30 +02:00
parent f4822bb295
commit c2fbd92173
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "intel-compute-runtime";
version = "23.26.26690.22";
version = "23.30.26918.20";
src = fetchFromGitHub {
owner = "intel";
repo = "compute-runtime";
rev = version;
hash = "sha256-2ZFDnVfLYKNZbgFARYMWqLDjgH8aZY5SA3ZwQ85nPYo=";
hash = "sha256-dEznHRgAcJa/BBTD/AWJHlA7fNj2IXHHrYcKM4M+/1o=";
};
nativeBuildInputs = [ cmake pkg-config ];