intel-compute-runtime: Fix supported generations in package description

authored by fleaz and committed by Masum Reza b4c74728 9d6653aa

+1 -1
+1 -1
pkgs/by-name/in/intel-compute-runtime/package.nix
··· 70 ''; 71 72 meta = with lib; { 73 - description = "Intel Graphics Compute Runtime for OpenCL. Replaces Beignet for Gen8 (Broadwell) and beyond"; 74 mainProgram = "ocloc"; 75 homepage = "https://github.com/intel/compute-runtime"; 76 changelog = "https://github.com/intel/compute-runtime/releases/tag/${version}";
··· 70 ''; 71 72 meta = with lib; { 73 + description = "Intel Graphics Compute Runtime oneAPI Level Zero and OpenCL, supporting 12th Gen and newer"; 74 mainProgram = "ocloc"; 75 homepage = "https://github.com/intel/compute-runtime"; 76 changelog = "https://github.com/intel/compute-runtime/releases/tag/${version}";