Merge pull request #257355 from SuperSandro2000/intel-compute-runtime

intel-compute-runtime: 23.26.26690.22 -> 23.30.26918.20
This commit is contained in:
Weijia Wang 2023-09-26 16:08:59 +02:00 committed by GitHub
commit cdb6bfeab9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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