Merge pull request #300233 from SuperSandro2000/intel-compure-runtime

This commit is contained in:
Sandro 2024-04-04 17:11:15 +02:00 committed by GitHub
commit f375ab9c09
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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