mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 22:36:23 +01:00
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:
parent
17d3326482
commit
710773f213
1 changed files with 2 additions and 2 deletions
|
@ -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 ])) ];
|
||||
|
|
Loading…
Reference in a new issue