Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8ff55c649873
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e5fc17c76a58
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 23, 2019

  1. Copy the full SHA
    4b69067 View commit details

Commits on Jan 11, 2020

  1. Merge pull request #76286 from r-ryantm/auto-update/intel-graphics-co…

    …mpiler
    
    intel-graphics-compiler: 1.0.2878 -> 1.0.3041
    marsam authored Jan 11, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e5fc17c View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/compilers/intel-graphics-compiler/default.nix
Original file line number Diff line number Diff line change
@@ -24,13 +24,13 @@ in

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

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

nativeBuildInputs = [ clang cmake bison flex llvm python ];