intel-graphics-compiler: 2.10.8 -> 2.11.7 (#411414)

This commit is contained in:
Sandro
2025-06-10 18:25:19 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -42,13 +42,13 @@ let
in
stdenv.mkDerivation rec {
pname = "intel-graphics-compiler";
version = "2.10.8";
version = "2.11.7";
src = fetchFromGitHub {
owner = "intel";
repo = "intel-graphics-compiler";
tag = "v${version}";
hash = "sha256-BFEl2LiaGRZXnQtOTEY/86ymKuQO3QN4HPbwHsdSZMs=";
hash = "sha256-bGH+cgWI3bRgOhSBgQUrHPiCQ68EfAxG+iM6vs8VjhU=";
};
postPatch = ''
@@ -43,9 +43,9 @@ let
}
else if llvmMajor == "15" then
rec {
version = "15.0.11";
version = "15.0.12";
rev = "v${version}";
hash = "sha256-q4WhUaBDw0cnv1eqC6wSvrApHKvyg5/4QetybDLQkEw=";
hash = "sha256-u3cy8Nk9Dvt5VeSP46glvmSv1sQp+lUl9rY6pPTqtmY=";
}
else if llvmMajor == "14" then
{