intel-compute-runtime: 24.48.31907.7 -> 24.52.32224.5 (#372376)

This commit is contained in:
Sandro
2025-01-17 22:27:55 +01:00
committed by GitHub
@@ -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 = [