intel-compute-runtime: 24.48.31907.7 -> 24.52.32224.5

This commit is contained in:
R. Ryantm
2025-01-09 13:26:04 +00:00
parent 67d39b38ad
commit d2d61f18a4
@@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "intel-compute-runtime";
version = "24.48.31907.7";
version = "24.52.32224.5";
src = fetchFromGitHub {
owner = "intel";
repo = "compute-runtime";
rev = version;
hash = "sha256-1YWPCVvG4jjEIDrkAfljhnXYlW0TTiPBCp2mhInuOfY=";
hash = "sha256-Unoh33bZFsMCqJ2hWEYVEdMF2V/aSIDynThz1pUyM7Q=";
};
nativeBuildInputs = [