intel-compute-runtime: 25.44.36015.5 -> 25.48.36300.8

This commit is contained in:
R. Ryantm
2025-12-15 20:01:38 +00:00
parent 780e81e5ed
commit f266b20c95
@@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "intel-compute-runtime";
version = "25.44.36015.5";
version = "25.48.36300.8";
src = fetchFromGitHub {
owner = "intel";
repo = "compute-runtime";
tag = version;
hash = "sha256-4CXNSgMyXsoiHdXQwm8oxQZrcFs9suVdC+OxcD/69Xw=";
hash = "sha256-ymXvbDX01WnsQ2pxCnQU1dKhK+/Jzz1m3Tgg665mdcM=";
};
nativeBuildInputs = [