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