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

intel-compute-runtime: 24.09.28717.12 -> 24.13.29138.7
This commit is contained in:
Sandro 2024-04-21 19:45:13 +02:00 committed by GitHub
commit 4b102e1df4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "intel-compute-runtime";
version = "24.09.28717.12";
version = "24.13.29138.7";
src = fetchFromGitHub {
owner = "intel";
repo = "compute-runtime";
rev = version;
hash = "sha256-RzXV6icenMcQxmOfKA8Tpb6FigLXz3ZyoL0n16+jFRc=";
hash = "sha256-AMIuA1AMrSX0xpdGSfye8iUJTk5s9HDiRy9Yy3kZss8=";
};
nativeBuildInputs = [ cmake pkg-config ];