intel-compute-runtime: 25.13.33276.16 -> 25.18.33578.6 (#410398)

authored by

Sandro and committed by
GitHub
765caa04 59bb1235

+2 -2
+2 -2
pkgs/by-name/in/intel-compute-runtime/package.nix
··· 12 12 13 13 stdenv.mkDerivation rec { 14 14 pname = "intel-compute-runtime"; 15 - version = "25.13.33276.16"; 15 + version = "25.18.33578.6"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "intel"; 19 19 repo = "compute-runtime"; 20 20 tag = version; 21 - hash = "sha256-dGOFWmgPOcSQtpfmYTTPLYeHfwba6gp9nJRF999hybw="; 21 + hash = "sha256-6HJUwoMzd8T9o0dohLiXz2xwtqnUmkFuftIUPqKpy5s="; 22 22 }; 23 23 24 24 nativeBuildInputs = [