intel-graphics-compiler: 1.0.2714.1 -> 1.0.2878

(#74424)
This commit is contained in:
R. RyanTM 2019-11-30 12:07:12 -08:00 committed by Renaud
parent f97746ba27
commit 7ff9169bf3

View File

@ -24,13 +24,13 @@ in
stdenv.mkDerivation rec {
pname = "intel-graphics-compiler";
version = "1.0.2714.1";
version = "1.0.2878";
src = fetchFromGitHub {
owner = "intel";
repo = "intel-graphics-compiler";
rev = "igc-${version}";
sha256 = "0ys03sv08fg8q06lb6k5088xirnwms4nzazxp3kbdjm973n7imxc";
sha256 = "0rgij1013fy2x2szfchy3z6390mjfqw3nz4zprcb5v2v6mpvcj4l";
};
nativeBuildInputs = [ clang cmake bison flex llvm python ];