Merge pull request #264749 from r-ryantm/auto-update/intel-compute-runtime

intel-compute-runtime: 23.30.26918.20 -> 23.35.27191.9

authored by Emily Trau and committed by GitHub 6721348d 1970cee6

+2 -2
+2 -2
pkgs/os-specific/linux/intel-compute-runtime/default.nix
··· 11 11 12 12 stdenv.mkDerivation rec { 13 13 pname = "intel-compute-runtime"; 14 - version = "23.30.26918.20"; 14 + version = "23.35.27191.9"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "intel"; 18 18 repo = "compute-runtime"; 19 19 rev = version; 20 - hash = "sha256-dEznHRgAcJa/BBTD/AWJHlA7fNj2IXHHrYcKM4M+/1o="; 20 + hash = "sha256-yyuP9erK3bQ5oegLXPM+of6x7fslUXHPlX2q71lnGWA="; 21 21 }; 22 22 23 23 nativeBuildInputs = [ cmake pkg-config ];