intel-graphics-compiler: 2.10.8 -> 2.11.7

Changelog: https://github.com/intel/intel-graphics-compiler/releases/tag/v2.11.7
This commit is contained in:
Sandro Jäckel
2025-05-27 16:05:08 +02:00
parent 21321e263e
commit 3878c101a1
@@ -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 = ''