intel-compute-runtime: 23.48.27912.11 -> 24.05.28454.6, add meta.changelog

Changelog: https://github.com/intel/compute-runtime/releases/tag/24.05.28454.6
This commit is contained in:
Sandro Jäckel 2024-02-19 00:30:07 +01:00
parent 5ed5232e96
commit 8cdc94a92e
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "intel-compute-runtime";
version = "23.48.27912.11";
version = "24.05.28454.6";
src = fetchFromGitHub {
owner = "intel";
repo = "compute-runtime";
rev = version;
hash = "sha256-9VKmD7FxvBrDVqT1TzKommjrTvalfR4diReaDRy+Lk0=";
hash = "sha256-gX6zvZcwZXcSj3ch/eIWqIefccKuab0voh2vHHJTTso=";
};
nativeBuildInputs = [ cmake pkg-config ];
@ -51,8 +51,9 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
homepage = "https://github.com/intel/compute-runtime";
description = "Intel Graphics Compute Runtime for OpenCL. Replaces Beignet for Gen8 (Broadwell) and beyond";
homepage = "https://github.com/intel/compute-runtime";
changelog = "https://github.com/intel/compute-runtime/releases/tag/${version}";
license = licenses.mit;
platforms = [ "x86_64-linux" "aarch64-linux" ];
maintainers = with maintainers; [ SuperSandro2000 ];