intel-compute-runtime: 24.13.29138.7 -> 24.17.29377.6

This commit is contained in:
R. Ryantm 2024-05-20 13:21:13 +00:00
parent 0852bd6a95
commit f158bf9973

View File

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