intel-compute-runtime: 23.26.26690.22 -> 23.30.26918.20

Diff: https://github.com/intel/compute-runtime/compare/23.26.26690.22...23.30.26918.20

+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.26.26690.22"; 14 + version = "23.30.26918.20"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "intel"; 18 18 repo = "compute-runtime"; 19 19 rev = version; 20 - hash = "sha256-2ZFDnVfLYKNZbgFARYMWqLDjgH8aZY5SA3ZwQ85nPYo="; 20 + hash = "sha256-dEznHRgAcJa/BBTD/AWJHlA7fNj2IXHHrYcKM4M+/1o="; 21 21 }; 22 22 23 23 nativeBuildInputs = [ cmake pkg-config ];