intel-compute-runtime: 24.39.31294.12 -> 24.45.31740.9

This commit is contained in:
R. Ryantm
2024-12-06 10:48:38 +00:00
parent 22eb3277d7
commit f57ae5aba9
@@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "intel-compute-runtime";
version = "24.39.31294.12";
version = "24.45.31740.9";
src = fetchFromGitHub {
owner = "intel";
repo = "compute-runtime";
rev = version;
hash = "sha256-7GNtAo20DgxAxYSPt6Nh92nuuaS9tzsQGH+sLnsvBKU=";
hash = "sha256-b7mHIet+zgbS0JfJLKvt9+xILWeuA2rvTAeXetlFz/w=";
};
nativeBuildInputs = [ cmake pkg-config ];