intel-compute-runtime: 24.05.28454.6 -> 24.09.28717.12

This commit is contained in:
Sandro Jäckel 2024-03-30 14:06:33 +01:00
parent 5919d4081e
commit 892e9214c8
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 = "24.05.28454.6";
version = "24.09.28717.12";
src = fetchFromGitHub {
owner = "intel";
repo = "compute-runtime";
rev = version;
hash = "sha256-gX6zvZcwZXcSj3ch/eIWqIefccKuab0voh2vHHJTTso=";
hash = "sha256-RzXV6icenMcQxmOfKA8Tpb6FigLXz3ZyoL0n16+jFRc=";
};
nativeBuildInputs = [ cmake pkg-config ];