intel-graphics-compiler: 1.0.14828.8 -> 1.0.15136.4

This commit is contained in:
Sandro Jäckel 2023-12-01 20:02:40 +01:00
parent 54c8a15650
commit fba69bd1cf
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -30,16 +30,16 @@ in
stdenv.mkDerivation rec {
pname = "intel-graphics-compiler";
version = "1.0.14828.8";
version = "1.0.15136.4";
src = fetchFromGitHub {
owner = "intel";
repo = "intel-graphics-compiler";
rev = "igc-${version}";
hash = "sha256-BGmZVBEw7XlgbQcWgRK+qbJS9U4Sm9G8g9m0GRUhmCI=";
hash = "sha256-Qh3FNck1z+rr7eSqxVnNs7YKvgXpKGY5dd3yx1Ft9Mg=";
};
nativeBuildInputs = [ bison cmake flex python3 ];
nativeBuildInputs = [ bison cmake flex (python3.withPackages (ps : with ps; [ mako ])) ];
buildInputs = [ lld llvm spirv-headers spirv-llvm-translator' spirv-tools ];