Skip to content

Commit

Permalink
intel-graphics-compiler: 1.0.3041 -> 1.0.3151
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and FRidh committed Mar 6, 2020
1 parent 4665c94 commit b6245f5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ in

stdenv.mkDerivation rec {
pname = "intel-graphics-compiler";
version = "1.0.3041";
version = "1.0.3151";

src = fetchFromGitHub {
owner = "intel";
repo = "intel-graphics-compiler";
rev = "igc-${version}";
sha256 = "1d3vxq4v8jdjgl5jdm9qpxzgaw98r84dzs9lk9ph02khfkajqhjm";
sha256 = "1c2ll563a2j4sv3r468i4lv158hkzywnyajyk7iyin7bhqhm2vzf";
};

nativeBuildInputs = [ clang cmake bison flex llvm python ];
Expand Down

0 comments on commit b6245f5

Please sign in to comment.