intel-graphics-compiler: 1.0.16695.4 -> 1.0.17193.4

Changelog: https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.17193.4
This commit is contained in:
Sandro Jäckel 2024-07-26 20:42:21 +02:00
parent 17d3326482
commit 710773f213
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -31,13 +31,13 @@ in
stdenv.mkDerivation rec {
pname = "intel-graphics-compiler";
version = "1.0.16695.4";
version = "1.0.17193.4";
src = fetchFromGitHub {
owner = "intel";
repo = "intel-graphics-compiler";
rev = "igc-${version}";
hash = "sha256-XgQ2Gk3HDKBpsfomlpRUt8WybEIoHfKlyuWJCwCnmDA=";
hash = "sha256-OOKj3kfl+0/dgeICFtbiOVE0nsYYvI4v97BLjcExAmc=";
};
nativeBuildInputs = [ bison cmake flex (python3.withPackages (ps : with ps; [ mako ])) ];