Unverified Commit 710773f2 authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

intel-graphics-compiler: 1.0.16695.4 -> 1.0.17193.4

parent 17d33264
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ])) ];